Closed mdarby closed 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.
Corrected in 3.0.0
@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.