instance method
frozen?
Ruby on Rails 3.0.20
Since v2.2.3 Last seen in v3.2.22.5Signature
frozen?()
Returns true if the attributes hash has been frozen.
Source
# File activerecord/lib/active_record/base.rb, line 1652
def frozen?
@attributes.frozen?
end
Defined in activerecord/lib/active_record/base.rb line 1652
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Base