Upgrading an old app that used "form" for a column name, I got an error from AS. It turns out that helpers/list_column_helpers.rb#get_column_value starts looking for a “form_column” method, while that name happens to be aliased to FormColumnHelpers:: active_scaffold_input_for, causing a mess.
-- 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/-/aJuBfoceYNEJ. 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.
