Hi, what happens at campaigns_controller.rb line 7 ??
Looks like AS tries to load columns to create action, but create action is nt included. -- Volker On 1 Feb., 18:17, Soren <[email protected]> wrote: > I get a number of these errors - what do they mean - and how do I get > rid of them > > /vendor/plugins/active_scaffold/lib/active_scaffold/configurable.rb: > 19:in `method_missing': undefined method `create' for # > (NoMethodError) > /vendor/plugins/active_scaffold/lib/active_scaffold/config/core.rb: > 186:in `method_missing' > /vendor/plugins/active_scaffold/lib/active_scaffold/config/core.rb: > 137:in `send' > /vendor/plugins/active_scaffold/lib/active_scaffold/config/core.rb: > 137:in `_load_action_columns' > /vendor/plugins/active_scaffold/lib/active_scaffold/data_structures/ > actions.rb:20:in `each' > /vendor/plugins/active_scaffold/lib/active_scaffold/data_structures/ > actions.rb:20:in `each' > /vendor/plugins/active_scaffold/lib/active_scaffold/config/core.rb: > 136:in `_load_action_columns' > /vendor/plugins/active_scaffold/lib/active_scaffold.rb:63:in > `active_scaffold' > /app/controllers/campaigns_controller.rb:7 > > I have noted that my application can only start in certain controller > and not in others. > Is there a way to preload certain models to prevent this ? > > /S -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. 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.
