cheat sheets.

$ command line ruby cheat sheets
To use helper methods in controllers, instead of...

pluralize( num, 'day' )

Use

view_context.pluralize( num, 'day' )