This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.
readonly?()
Returns true if the record is read only.
# File activerecord/lib/active_record/core.rb, line 631 def readonly? @readonly end