Hello anyone who can help! I've tried digging through the Hobo Users Google Group and IRC, and although I found some references to this issue, I have not been able to resolve the issue.
In Part 2 of the Agility tutorial, the instructions state to make a change to 'stories_controller.rb' I add the following action: ' auto_actions_for :project, [:new, :create] ' After adding the action, when I refresh the browser, the app errors out. The error I receive is here: http://pastie.org/private/a8nxrsbbcsxm2r1jara6a When I stop the server, and try to restart it, it does not allow me, stating the following: /Users/alpaca/.gem/ruby/1.8/gems/hobo-0.8.3/lib/hobo/ model_controller.rb:261:in `auto_actions_for': You have a nil object when you didn't expect it! (NoMethodError) I was told by someone on IRC that my error was strange and that I should post this to get assistance from Tom. So Tom - I hope you can help ;) I have already verified that I have belongs_to :project on Story and has_many :stories on Project. So, I hope this information helped. If Tom or anyone else can help, I'd appreciate it! I'm trying to learn Hobo as best I can. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
