aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/table_alias.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/nodes/table_alias.rb')
-rw-r--r--lib/arel/nodes/table_alias.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/arel/nodes/table_alias.rb b/lib/arel/nodes/table_alias.rb
index ebfcb58e64..b32f057117 100644
--- a/lib/arel/nodes/table_alias.rb
+++ b/lib/arel/nodes/table_alias.rb
@@ -12,10 +12,6 @@ module Arel
def table_name
relation.respond_to?(:name) ? relation.name : name
end
-
- def engine
- relation.engine
- end
end
end
end