aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/inner_join.rb
blob: 4e398267c3731bd5ab5d31b7e68905d7efe13fe3 (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true
module Arel
  module Nodes
    class InnerJoin < Arel::Nodes::Join
    end
  end
end