aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/table.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/arel/table.rb')
-rw-r--r--activerecord/lib/arel/table.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/activerecord/lib/arel/table.rb b/activerecord/lib/arel/table.rb
index 686fcdf962..c40c68715a 100644
--- a/activerecord/lib/arel/table.rb
+++ b/activerecord/lib/arel/table.rb
@@ -104,8 +104,7 @@ module Arel # :nodoc: all
!type_caster.nil?
end
- protected
-
+ private
attr_reader :type_caster
end
end