Class Index [+]

Quicksearch

ActiveModel::MassAssignmentSecurity

Active Model Mass-Assignment Security

Protected Instance Methods

mass_assignment_authorizer() click to toggle source
     # File lib/active_model/mass_assignment_security.rb, line 156
156:     def mass_assignment_authorizer
157:       self.class.active_authorizer
158:     end
sanitize_for_mass_assignment(attributes) click to toggle source
     # File lib/active_model/mass_assignment_security.rb, line 152
152:     def sanitize_for_mass_assignment(attributes)
153:       mass_assignment_authorizer.sanitize(attributes)
154:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.