method

arel_attribute

arel_attribute(name, table = arel_table)
public

No documentation available.

# File activerecord/lib/active_record/core.rb, line 267
      def arel_attribute(name, table = arel_table) # :nodoc:
        name = attribute_alias(name) if attribute_alias?(name)
        table[name]
      end