Class: ActiveRecord::Type::DateTime

Inherits:
ActiveModel::Type::DateTime show all
Includes:
Internal::Timezone
Defined in:
activerecord/lib/active_record/type/date_time.rb

Instance Attribute Summary

Attributes inherited from ActiveModel::Type::Value

#limit, #precision, #scale

Method Summary

Methods included from Internal::Timezone

#default_timezone, #initialize, #is_utc?

Methods inherited from ActiveModel::Type::DateTime

#type

Methods included from ActiveModel::Type::Helpers::TimeValue

#apply_seconds_precision, #serialize_cast_value, #type_cast_for_schema, #user_input_in_time_zone

Methods included from ActiveModel::Type::Helpers::Timezone

#default_timezone, #is_utc?

Methods inherited from ActiveModel::Type::Value

#==, #as_json, #assert_valid_value, #binary?, #cast, #changed?, #changed_in_place?, #deserialize, #force_equality?, #hash, #immutable_value, #initialize, #map, #serializable?, #serialize, #type, #type_cast_for_schema, #value_constructed_by_mass_assignment?