Class: Arel::Attributes::Cast

Inherits:
Attribute
  • Object
show all
Defined in:
lib/arel/attributes/cast.rb

Instance Method Summary collapse

Instance Method Details

#able_to_type_cast?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/arel/attributes/cast.rb', line 7

def able_to_type_cast?
  false
end

#table_nameObject



11
12
13
# File 'lib/arel/attributes/cast.rb', line 11

def table_name
  nil
end