aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/nodes/bind_param.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/arel/nodes/bind_param.rb')
-rw-r--r--activerecord/lib/arel/nodes/bind_param.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/lib/arel/nodes/bind_param.rb b/activerecord/lib/arel/nodes/bind_param.rb
index efa4f452d4..1cc1886c2a 100644
--- a/activerecord/lib/arel/nodes/bind_param.rb
+++ b/activerecord/lib/arel/nodes/bind_param.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+
module Arel
module Nodes
class BindParam < Node