RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: mindstems
Site: http://themindstemsgroup.com
Using filter_resource_access, the create action was reverting to non strong_parameters framework causing ActiveModel::ForbiddenAttributesError. Had to use filter_access_to :all instead. I hope that's not wrong... if not, I hope it helps others.
Using filter_resource_access, the create action was reverting to non strong_parameters framework causing ActiveModel::ForbiddenAttributesError. Had to use filter_access_to :all instead. I hope that's not wrong... if not, I hope it helps others.