Module: YiffSpace::Extensions::Arel::Table::LeftJoinLateral

Included in:
Arel::Table
Defined in:
lib/yiffspace/extensions/arel/table/left_join_lateral.rb

Instance Method Summary collapse

Instance Method Details

#left_join_lateral(relation) ⇒ Object



8
9
10
# File 'lib/yiffspace/extensions/arel/table/left_join_lateral.rb', line 8

def left_join_lateral(relation)
  join(relation, ::Arel::Nodes::LeftJoinLateral)
end