aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2008-05-21 13:46:11 +0200
committerXavier Noria <fxn@hashref.com>2008-05-21 13:46:11 +0200
commite5a74231d571beca82d2bb5c29e42a48fb6cc624 (patch)
treeee9eaa3b22a1a3b0e72f071ed65ce51cf1dd6588
parent8174d91273d7e844787b6b2b138567ed787d4a56 (diff)
downloadrails-e5a74231d571beca82d2bb5c29e42a48fb6cc624.tar.gz
rails-e5a74231d571beca82d2bb5c29e42a48fb6cc624.tar.bz2
rails-e5a74231d571beca82d2bb5c29e42a48fb6cc624.zip
revised font of constants in Action View
-rw-r--r--actionpack/lib/action_view/helpers/form_options_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/form_options_helper.rb b/actionpack/lib/action_view/helpers/form_options_helper.rb
index 40428a19bf..fca3881d9b 100644
--- a/actionpack/lib/action_view/helpers/form_options_helper.rb
+++ b/actionpack/lib/action_view/helpers/form_options_helper.rb
@@ -119,7 +119,7 @@ module ActionView
# end
# end
#
- # Sample usage (selecting the associated Author for an instance of +Post+, <tt>@post</tt>):
+ # Sample usage (selecting the associated Author for an instance of Post, <tt>@post</tt>):
# collection_select(:post, :author_id, Author.find(:all), :id, :name_with_initial, {:prompt => true})
#
# If <tt>@post.author_id</tt> is already <tt>1</tt>, this would return: