I\'m writing a model that handles user input from a text area. Following the advice from http://blog.caboo.se/articles/2008/8/25/sanitize-your-users-html-input, I\'m cleani
To access helpers from your own controllers, just use:
OrdersController.helpers.order_number(@order)