aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/nodes/inner_join.rb
blob: 8af99c2daeab01f474bd3e5319cb9df56d60d9d2 (plain) (blame)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

module Arel
  module Nodes
    class InnerJoin < Arel::Nodes::Join
    end
  end
end