method

type_for_attribute

rails latest stable - Class: Arel::Nodes::TableAlias
type_for_attribute(name)
public

No documentation available.

# File activerecord/lib/arel/nodes/table_alias.rb, line 22
      def type_for_attribute(name)
        relation.type_for_attribute(name)
      end