Method: Ransack::Nodes::Bindable#attr

Defined in:
lib/ransack/nodes/bindable.rb

#attrObject Also known as: arel_attribute



7
8
9
# File 'lib/ransack/nodes/bindable.rb', line 7

def attr
  @attr ||= get_arel_attribute
end