aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/bind_param.rb
blob: 160bc21b91adb99c361c8e9211d0e06eba4c88e9 (plain) (blame)
1
2
3
4
5
6
module Arel
  module Nodes
    class BindParam < Node
    end
  end
end