Hi All
Is it possible to specify that a relationship column is expanded for
create (when you typically need to capture the relationship) and
collapsed for update (when you typically don't need to update the
relationship).
I have tried:
config.create.columns[:table].collapsed = true
(where :table is the name of the relationship column) but this fails
because config.create.columns[:table] returns a symbol.
I have also tried:
config.columns[:table].collapsed = true
which works fine but the column is collapsed for both create and
update.
Thanks for any help
Regards, Tony
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"ActiveScaffold : Ruby on Rails plugin" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/activescaffold?hl=en
-~----------~----~----~----~------~----~------~--~---