Method: Arel::Attributes::Attribute#relation

Defined in:
activerecord/lib/arel/attributes/attribute.rb

#relationObject

Returns the value of attribute relation

Returns:

  • (Object)

    the current value of relation



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

def relation
  @relation
end