mdarby / restful_acl

Rails gem/plugin that provides contextual access control to RESTful resources.
http://matt-darby.com/search?term=restful_acl
MIT License
117 stars 14 forks source link

Helper methods aren't working in 2.1.3 #2

Closed mdarby closed 14 years ago

mdarby commented 14 years ago

@creatable@ is correctly called, @klass@ and @current_user@ is correctly set, but it seems that @parent_object@ is always @nil@, thus forcing @is_creatable_by@ to return @nil@ if the parent object is referenced.

mdarby commented 14 years ago

Corrected in 3.0.0