Displaying 1 result from an estimated 1 matches for "list_column_helpers".
2009 May 22
1
rails 2.3.2, active scaffold, nested, ActionView::TemplateError (undefined method `format_column' for #<ActionView::Base:
...e Portfolios link I get:
ActionView::TemplateError (undefined method `format_column'' for
#<ActionView::Base:0xb67cee38>) on line #28 of vendor/plugins/
active_scaffold/frontends/default/views/_nested.rhtml:
format_column is defined in:
.../vendor/plugins/active_scaffold/lib/helpers/list_column_helpers.rb
which is included via:
.../vendor/plugins/active_scaffold/lib/helpers/view_helpers.rb
which is included via:
.../vendor/plugins/active_scaffold/environment.rb
which is included via:
.../vendor/plugins/active_scaffold/init.rb
so I don''t understand why it''s not defined when n...