method

fetch_attribute

rails latest stable - Class: Arel::Nodes::HomogeneousIn
fetch_attribute(&block)
public

No documentation available.

# File activerecord/lib/arel/nodes/homogeneous_in.rb, line 54
      def fetch_attribute(&block)
        if attribute
          yield attribute
        else
          expr.fetch_attribute(&block)
        end
      end