class ActiveRecord::Associations::LeftJoinDependency

Protected Instance Methods

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