aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-09-22 18:29:37 -0500
committerFrancesco Rodriguez <lrodriguezsanc@gmail.com>2012-09-22 18:29:37 -0500
commita0457317183a7ab0add760cf6678b72c4e3c0e8f (patch)
tree63fcca869153adf288a7291795be86af71d76499 /activerecord
parentd13cd2a7a9d766f450e9a8a7e01f5df54b3dc7b0 (diff)
downloadrails-a0457317183a7ab0add760cf6678b72c4e3c0e8f.tar.gz
rails-a0457317183a7ab0add760cf6678b72c4e3c0e8f.tar.bz2
rails-a0457317183a7ab0add760cf6678b72c4e3c0e8f.zip
remove added indentation from the last commit [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/core.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/core.rb b/activerecord/lib/active_record/core.rb
index c01a472d76..f97c363871 100644
--- a/activerecord/lib/active_record/core.rb
+++ b/activerecord/lib/active_record/core.rb
@@ -1,4 +1,4 @@
- require 'active_support/core_ext/hash/indifferent_access'
+require 'active_support/core_ext/hash/indifferent_access'
require 'active_support/core_ext/object/duplicable'
require 'thread'