I verified that this is what my stories_controller.rb looks like: ////
class StoriesController < ApplicationController hobo_model_controller auto_actions :all auto_actions_for :project, [:new, :create] end //// I receive the nil.macro message, however instead of 'projects_controller.rb' being listed (as in you example), it lists 'stories_controller.rb'. Any other ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
