aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/reflection.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/reflection.rb b/activerecord/lib/active_record/reflection.rb
index 666039a9f3..8b22edcb5b 100644
--- a/activerecord/lib/active_record/reflection.rb
+++ b/activerecord/lib/active_record/reflection.rb
@@ -137,7 +137,7 @@ module ActiveRecord
# ThroughReflection
# PolymorphicReflection
# RuntimeReflection
- class AbstractReflection # :nodoc:
+ class AbstractReflection # :nodoc:
def table_name
klass.table_name
end