er, well, I did catch that. got rid of the :through so it's user belongs_to project and project has_many :users, :through => :timesheets
project has_many :timesheets has_many :users, :through => :timesheets user has_many :timesheets belongs_to :project timesheet belongs_to :user belongs_to :project still won't let auto_actions_for work.. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
