Mike Blyth
unread,Jan 11, 2013, 4:24:54 AM1/11/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to actives...@googlegroups.com
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.