aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/relations/operations/from.rb
blob: 6bfd68dfc9665ddf082090fae50b3d417753f3f0 (plain) (blame)
1
2
3
4
5
6
module Arel
  class From < Compound
    attributes :relation, :sources
    deriving :initialize, :==
  end
end