aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel')
-rw-r--r--lib/arel/table.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/arel/table.rb b/lib/arel/table.rb
index 3285037154..e71d7d392c 100644
--- a/lib/arel/table.rb
+++ b/lib/arel/table.rb
@@ -97,11 +97,12 @@ module Arel
columns.find { |column| column.name == name }
end
- private
def select_manager
SelectManager.new(@engine, self)
end
+ private
+
def attributes_for columns
return nil unless columns