rails/activemodel/test/models/account.rb
Guillermo Iguaran f8c9a4d3e8 Remove MassAssignmentSecurity from ActiveModel
This will be moved out to protected_attributes gem
2012-09-16 23:58:19 -05:00

6 lines
111 B
Ruby

class Account
include ActiveModel::ForbiddenAttributesProtection
public :sanitize_for_mass_assignment
end