diff options
Diffstat (limited to 'activerecord/lib/arel/attributes')
-rw-r--r-- | activerecord/lib/arel/attributes/attribute.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/lib/arel/attributes/attribute.rb b/activerecord/lib/arel/attributes/attribute.rb index 41bc0c32c7..71f839479a 100644 --- a/activerecord/lib/arel/attributes/attribute.rb +++ b/activerecord/lib/arel/attributes/attribute.rb @@ -1,4 +1,5 @@ # frozen_string_literal: true + module Arel module Attributes class Attribute < Struct.new :relation, :name |