Module: ActiveModel::Type::Helpers::Immutable
Do not use. This module is for internal use only.
| Relationships & Source Files |
| Extension / Inclusion / Inheritance Descendants |
|
Included In:
::ActiveModel::Type::BigInteger,
::ActiveModel::Type::Boolean,
::ActiveModel::Type::Date,
::ActiveModel::Type::Decimal,
::ActiveModel::Type::Float,
::ActiveModel::Type::ImmutableString,
::ActiveModel::Type::Integer,
::ActiveModel::Type::String,
::ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Date,
::ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Decimal,
::ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Macaddr,
::ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Money,
::ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Oid,
::ActiveRecord::ConnectionAdapters::PostgreSQL::OID::SpecializedString,
::ActiveRecord::ConnectionAdapters::PostgreSQL::OID::Xml,
::ActiveRecord::ConnectionAdapters::SQLite3Adapter::SQLite3Integer,
::ActiveRecord::Type::Date,
::ActiveRecord::Type::DecimalWithoutScale,
::ActiveRecord::Type::Text,
::ActiveRecord::Type::UnsignedInteger
|
| Defined in: |
activemodel/lib/active_model/type/helpers/immutable.rb |
Instance Attribute Summary
Instance Attribute Details
[ GitHub ]
# File 'activemodel/lib/active_model/type/helpers/immutable.rb', line 7
def mutable? false
end