Displaying 1 result from an estimated 1 matches for "lackac".
Did you mean:
lacfac
2009 May 22
1
rails 2.3.2, active scaffold, nested, ActionView::TemplateError (undefined method `format_column' for #<ActionView::Base:
Before I dig in any further (since I have no idea where to go from
here...)
Has anyone been succcessful with 2.3.2, AS, and nested scaffolds?
I have the latest of AS and the render_component plugin via
% script/plugin install --force git://github.com/lackac/render_component.git
-r rails-edge
I have an AS user_controller:
active_scaffold :user do |config|
...
config.nested.add_link("Portfolios",[:portfolios])
end
But when I click on the Portfolios link I get:
ActionView::TemplateError (undefined method `format_column''...