readonly!()
Marks this record as read only.
# File activerecord/lib/active_record/base.rb, line 633 def readonly! @readonly = true end