On Apr 5, 2011, at 10:52 AM, VP wrote: > > On Apr 5, 11:09 am, Massimo Di Pierro <[email protected]> > wrote: >> My rule is: >> >> - use html in views >> - use html helpers in controllers and models >> - always use URL to generate urls (*) > > > Should HTML helpers appear frequently in controllers/models? I can > see in some ajax stuffs, but other than that, probably not much? If > true, how useful are html helpers? Just a thought.
It's up to you. Some of the helpers do quite a bit more than output the html tags.

