aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/scoping.rb
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-01-27 18:47:47 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-01-28 23:25:03 -0200
commit2cb576ef36fdf14c4d4e1b8e66d930af7ad35aeb (patch)
tree23a814ed1e574b69479bd0d58c58cfbb63660000 /activerecord/lib/active_record/scoping.rb
parent439ac72013fc1b819e711d66642b0b5b563fd72e (diff)
downloadrails-2cb576ef36fdf14c4d4e1b8e66d930af7ad35aeb.tar.gz
rails-2cb576ef36fdf14c4d4e1b8e66d930af7ad35aeb.tar.bz2
rails-2cb576ef36fdf14c4d4e1b8e66d930af7ad35aeb.zip
Refactor to use each_key, remove extra spaces
Diffstat (limited to 'activerecord/lib/active_record/scoping.rb')
-rw-r--r--activerecord/lib/active_record/scoping.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/lib/active_record/scoping.rb b/activerecord/lib/active_record/scoping.rb
index 0c3fd1bd29..9746b1c3c2 100644
--- a/activerecord/lib/active_record/scoping.rb
+++ b/activerecord/lib/active_record/scoping.rb
@@ -1,4 +1,3 @@
-
module ActiveRecord
module Scoping
extend ActiveSupport::Concern
@@ -25,6 +24,5 @@ module ActiveRecord
send("#{att}=", value) if respond_to?("#{att}=")
end
end
-
end
end