Method: Arel::Nodes::InsertStatement#relation
- Defined in:
- activerecord/lib/arel/nodes/insert_statement.rb
#relation ⇒ Object
Returns the value of attribute relation.
6 7 8 |
# File 'activerecord/lib/arel/nodes/insert_statement.rb', line 6 def relation @relation end |