1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--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

5 lines
111 B
Ruby

class Account
include ActiveModel::ForbiddenAttributesProtection
public :sanitize_for_mass_assignment
end