Module: Protobuf::ActiveRecord::Columns
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/protobuf/active_record/columns.rb
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- COLUMN_TYPE_MAP_MUTEX =
::Mutex.new
- DATE_OR_TIME_TYPES =
::Set.new([:date, :datetime, :time, :timestamp])