One more thing to add, for multi-user ... to the user model ... has_many :tasks, :class_name => "Task", :foreign_key => "owner_id", :dependent => :destroy
On Oct 20, 12:24 pm, kevinpfromnm <[email protected]> wrote: > Unfortunately, acting_user isn't set inside the model as a general rule > (just lifecycle transitions/creators and permissions). You'll still need to > modify the controller to have it pass the current_user to the find. -- 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.
