Today I'm merging the new_permissions branch into master.

What does that mean to you? It means you have work to do if you want  
to keep up with the latest and greatest.

Stuff like this:

   def creatable_by?(user)
     user.administrator?
   end

needs to change to

   def create_permitted?
     acting_user.administrator?
   end


See  http://cookbook.hobocentral.net/manual/permissions

Tom


--~--~---------~--~----~------------~-------~--~----~
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