aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/core.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/activerecord/lib/active_record/core.rb b/activerecord/lib/active_record/core.rb
index d3fe962802..cb11cdefd9 100644
--- a/activerecord/lib/active_record/core.rb
+++ b/activerecord/lib/active_record/core.rb
@@ -503,9 +503,9 @@ module ActiveRecord
"#{name}: #{attribute_for_inspect(name)}"
end
end.compact.join(", ")
- else
- "not initialized"
- end
+ else
+ "not initialized"
+ end
"#<#{self.class} #{inspection}>"
end