Class: Arel::Attributes::Cast
- Inherits:
-
Attribute
- Object
- Attribute
- Arel::Attributes::Cast
- Defined in:
- lib/arel/attributes/cast.rb
Instance Method Summary collapse
Instance Method Details
#able_to_type_cast? ⇒ Boolean
7 8 9 |
# File 'lib/arel/attributes/cast.rb', line 7 def able_to_type_cast? false end |
#table_name ⇒ Object
11 12 13 |
# File 'lib/arel/attributes/cast.rb', line 11 def table_name nil end |