mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
f8c9a4d3e8
This will be moved out to protected_attributes gem
5 lines
111 B
Ruby
5 lines
111 B
Ruby
class Account
|
|
include ActiveModel::ForbiddenAttributesProtection
|
|
|
|
public :sanitize_for_mass_assignment
|
|
end
|