Module: Unmagic::Enum::ActiveRecordExtensions::ClassMethods
- Defined in:
- lib/unmagic/enum/active_record_extensions.rb
Instance Method Summary collapse
-
#column_type ⇒ Object
For ActiveRecord attribute type definition.
Instance Method Details
#column_type ⇒ Object
For ActiveRecord attribute type definition
66 67 68 |
# File 'lib/unmagic/enum/active_record_extensions.rb', line 66 def column_type @column_type ||= Unmagic::Enum::ActiveRecordExtensions::ColumnType.new(self) end |