Method: Deli::Query#append_join

Defined in:
lib/deli/query.rb

#append_join(key) ⇒ Object



73
74
75
# File 'lib/deli/query.rb', line 73

def append_join(key)
  joins.push(key.to_sym)
end