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)


5
6
7
# File 'lib/arel/attributes/cast.rb', line 5

def able_to_type_cast?
  false
end

#table_nameObject



9
10
11
# File 'lib/arel/attributes/cast.rb', line 9

def table_name
  nil
end