I recreated your problem

(posted error messages here because I think this might be common
mistake people could make and it might help people find the solution)

You have a nil object when you didn't expect it!
The error occurred while evaluating nil.macro

RAILS_ROOT: D:/workspace/agility
Application Trace | Framework Trace | Full Trace

vendor/plugins/hobo/hobo/lib/hobo/model_controller.rb:261:in
`auto_actions_for'
app/controllers/projects_controller.rb:7
config/routes.rb:6
config/routes.rb:1
-e:2:in `load'
-e:2

 by adding this:

auto_actions_for :project, [:new, :create]

to the wrong controller (projects).

Its supposed to go in the stories controller.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo 
Users" 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/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to