Where do I put custom classes in Rails applications? Today Simon Harris asked: Where [d]o Rails peeps place classes that are for view rendering? In this case, Simon has specific classes which are used for rendering his views, rather than helper methods. For Rails 3, any folder inside ...