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.

