In the new.html.erb file, when you have a :title field for example, you
will find the following:

<%= f.label :title %><

When you view this page, you will find that the label is written as:
Title

Does Rails convert the field in this form with a capitalized first
letter.

I tried for example to change :title in the above script to Title
immediately, but got an error.

Does that mean I have to leave it as is and Rails will handle the look
of the field?

Thanks.
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to