frozen?()
Returns true if the attributes hash has been frozen.
# File activerecord/lib/active_record/base.rb, line 614 def frozen? @attributes.frozen? end