instance method
frozen?
Ruby on Rails 4.1.16
Since v4.0.13Signature
frozen?()
Returns true if the attributes hash has been frozen.
Source
# File activerecord/lib/active_record/core.rb, line 322
def frozen?
@attributes.frozen?
end
Defined in activerecord/lib/active_record/core.rb line 322
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Core