David Zhu wrote:
>> Is there a command you can write in the terminal that returns a plural
>> version of a word that rails uses?
> 
> 'mouse'.pluralize

Hi,

If the above doesn't seems to work, try the following:

in console:
$] irb
> require 'activesupport'
> 'mouse'.pluralize

Regards,

Saurabh
-- 
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