You probably need to upgrade active_scaffold to a newer version, as that was fixed a while back.
On Thu, Aug 2, 2012 at 2:28 AM, praveen g <[email protected]> wrote: > I am adding a sub group in controller like this and i want to hide it by > default. > > config.create.columns.add_subgroup 'subgroupname' do |subgroup| > subgroup.add some_columns > subgroup.collapsed = true > end > subgroup.collapsed = true is not working in rails 3.2.3 and Activescaffold > 3.2.7 > Please help me.Thanks in advance > > -- > You received this message because you are subscribed to the Google Groups > "ActiveScaffold : Ruby on Rails plugin" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/activescaffold/-/MNdao1YeGZkJ. > 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. > -- 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.
