Method: ActiveRecord::Relation::FromClause#merge

Defined in:
activerecord/lib/active_record/relation/from_clause.rb

#merge(other) ⇒ Object



13
14
15
# File 'activerecord/lib/active_record/relation/from_clause.rb', line 13

def merge(other)
  self
end