Module ActiveRecord::ReadonlyAttributes::ClassMethods
In: lib/active_record/readonly_attributes.rb

Methods

Public Instance methods

Attributes listed as readonly will be used to create a new record but update operations will ignore these fields.

Returns an array of all the attributes that have been specified as readonly.

[Validate]