Class: Arel::Attributes::Key

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

Instance Method Summary collapse

Instance Method Details

#able_to_type_cast?Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/arel/attributes/key.rb', line 4

def able_to_type_cast?
  false
end

#table_nameObject



8
9
10
# File 'lib/arel/attributes/key.rb', line 8

def table_name
  nil
end