Method: Arel::Nodes::Casted#value
- Defined in:
- activerecord/lib/arel/nodes/casted.rb
#value ⇒ Object (readonly) Also known as: value_before_type_cast
Returns the value of attribute value.
6 7 8 |
# File 'activerecord/lib/arel/nodes/casted.rb', line 6 def value @value end |