class ActiveRecord::VirtualAttributes::Type::Symbol

TODO: do we actually need symbol types?

Private Instance Methods

type() click to toggle source
# File lib/active_record/virtual_attributes.rb, line 18
def type
  :symbol
end