i'm not sure if i'm doing something wrong. This is the scenario:
Order has many Positions assoziation so i can have nested form.
in OrderController i have :
config.columns = [ .. all coulumns i ever need .. ]
then
config.create.columns = [...]
config.update.columns = [...]
config.list.columns = [...]
config.show.columns = [...]
Same in PositionsController
Now, when is open positions-form nested inside order-form the postions-
form uses config.columns-Configuration i'd expect it to use
config.create-Confiuration.
Nested forms will use config.subform.columns
>
>
> --
>
> 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 actives...@googlegroups.com. To unsubscribe from this group,
> send email to activescaffol...@googlegroups.com. For more
> options, visit this group at
> http://groups.google.com/group/activescaffold?hl=en.
--
Sergio Cambra .:: entreCables S.L. ::.
Mariana Pineda 23, 50.018 Zaragoza
T) 902 021 404 F) 976 52 98 07 E) ser...@entrecables.com
On 29 Dez., 12:59, "Sergio Cambra .:: entreCables S.L. ::."
You have to use per-request configuration