class ActiveRecord::Associations::ClassMethods::LeftJoinDependency

Protected Instance Methods

build(associations, parent = nil, join_type = Arel::OuterJoin) click to toggle source
Calls superclass method
# File lib/other_joins/activerecord-3/left_join_dependency.rb, line 7
def build(associations, parent = nil, join_type = Arel::OuterJoin)
  super
end