aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/arel/engines/sql/formatters.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/arel/engines/sql/formatters.rb b/lib/arel/engines/sql/formatters.rb
index a13e11f24f..626803a887 100644
--- a/lib/arel/engines/sql/formatters.rb
+++ b/lib/arel/engines/sql/formatters.rb
@@ -98,10 +98,6 @@ module Arel
(table.name != name_for(table) ? " AS " + quote_table_name(name_for(table)) : '')
end
end
-
- def attribute(attribute)
- attribute
- end
end
class Attribute < WhereCondition