diff options
author | Eadz <eadz@eadz.co.nz> | 2011-03-19 00:02:53 -0700 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2011-03-31 06:48:05 +1100 |
commit | 6a1715111e16e07a30bd61eaecf059fd90732e59 (patch) | |
tree | dfe93fa73036eec45f7911602c554e68c94a1f28 | |
parent | 45d5d6b2683be263ae9c977324633972f318b814 (diff) | |
download | rails-6a1715111e16e07a30bd61eaecf059fd90732e59.tar.gz rails-6a1715111e16e07a30bd61eaecf059fd90732e59.tar.bz2 rails-6a1715111e16e07a30bd61eaecf059fd90732e59.zip |
add space to conform with style
-rw-r--r-- | activerecord/lib/active_record/named_scope.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/named_scope.rb b/activerecord/lib/active_record/named_scope.rb index a445f68790..9c0652c3a0 100644 --- a/activerecord/lib/active_record/named_scope.rb +++ b/activerecord/lib/active_record/named_scope.rb @@ -112,7 +112,7 @@ module ActiveRecord # end # # def self.titles - # map{|article| article.title} + # map {|article| article.title} # end # # end |