hi, 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. -- 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.
