RailsCasts Pro episodes are now free!

Learn more or hide this

Denis Daigle's Profile

GitHub User: mindstems

Site: http://themindstemsgroup.com

Comments by Denis Daigle

Avatar

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.