Displaying 1 result from an estimated 1 matches for "specials_controller".
2008 Feb 22
7
undefined local variable or method "acts_as_list"?
.../apache2/htdocs/dps
Application Trace | Framework Trace | Full Trace
vendor/plugins/trunk/lib/scope_out.rb:70:in `method_missing''
/usr/local/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/
base.rb:1532:in `method_missing''
app/models/toner_special.rb:4
app/controllers/specials_controller.rb:6
Here''s the code that''s causing the problem from the app/controllers/
specials_controller.rb file:
TonerSpecial.content_columns.each do |column| # line 6
in_place_edit_for :toner_special, column.name
end
Any insights are greatly appreciated, - Dave
--~--~-...