aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2016-02-07 07:12:16 +0000
committerVijay Dev <vijaydev.cse@gmail.com>2016-02-07 07:12:16 +0000
commit87f060a7ee00fa87b1b90ecb831e9fcb6b2376a7 (patch)
treedd26ccd8ead801a9158886bf4ac3f074269926c8 /activerecord
parent3ee7bc87b1d96a4edf2e93f155b5b38568dabd0d (diff)
downloadrails-87f060a7ee00fa87b1b90ecb831e9fcb6b2376a7.tar.gz
rails-87f060a7ee00fa87b1b90ecb831e9fcb6b2376a7.tar.bz2
rails-87f060a7ee00fa87b1b90ecb831e9fcb6b2376a7.zip
fix indentation
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