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