[Rails] forcing lower case in form helper label

2010-02-14 Thread Ralph Shnelvar
f.label 'something' produces Something instead of something How can I force f.label to have a lower case initial letter? -- 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

Re: [Rails] forcing lower case in form helper label

2010-02-14 Thread Lasse Bunk
f.label :something, something :-) Lasse 2010/2/14 Ralph Shnelvar li...@ruby-forum.com f.label 'something' produces Something instead of something How can I force f.label to have a lower case initial letter? -- Posted via http://www.ruby-forum.com/. -- You received this message