aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_relation/primitives/attribute.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/active_relation/primitives/attribute.rb')
-rw-r--r--lib/active_relation/primitives/attribute.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/active_relation/primitives/attribute.rb b/lib/active_relation/primitives/attribute.rb
index 9685d2ab4a..d815656794 100644
--- a/lib/active_relation/primitives/attribute.rb
+++ b/lib/active_relation/primitives/attribute.rb
@@ -20,10 +20,6 @@ module ActiveRelation
relation == new_relation ? self : Attribute.new(new_relation, name, :alias => @alias, :ancestor => self)
end
- def qualify
- self.as(qualified_name)
- end
-
def to_attribute
self
end