diff options
Diffstat (limited to 'lib/arel/nodes/bind_param.rb')
-rw-r--r-- | lib/arel/nodes/bind_param.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/arel/nodes/bind_param.rb b/lib/arel/nodes/bind_param.rb new file mode 100644 index 0000000000..160bc21b91 --- /dev/null +++ b/lib/arel/nodes/bind_param.rb @@ -0,0 +1,6 @@ +module Arel + module Nodes + class BindParam < Node + end + end +end |