Class: ActiveRecord::Type::Symbol

Inherits:
ActiveModel::Type::Value
  • Object
show all
Defined in:
lib/active_record/type/symbol.rb

Constant Summary collapse

VERSION =
'0.5.0'

Instance Method Summary collapse

Instance Method Details

#typeObject



8
9
10
# File 'lib/active_record/type/symbol.rb', line 8

def type
  :symbol
end