aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorEadz <eadz@eadz.co.nz>2011-03-19 00:02:53 -0700
committerRyan Bigg <radarlistener@gmail.com>2011-03-31 06:48:05 +1100
commit6a1715111e16e07a30bd61eaecf059fd90732e59 (patch)
treedfe93fa73036eec45f7911602c554e68c94a1f28 /activerecord
parent45d5d6b2683be263ae9c977324633972f318b814 (diff)
downloadrails-6a1715111e16e07a30bd61eaecf059fd90732e59.tar.gz
rails-6a1715111e16e07a30bd61eaecf059fd90732e59.tar.bz2
rails-6a1715111e16e07a30bd61eaecf059fd90732e59.zip
add space to conform with style
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/lib/active_record/named_scope.rb2
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