views:

21

answers:

0

I'm using netbeans as my IDE, and it runs into a world of hurt when I created a controller/views called Tags, presumably because it collides with some holy SVN namespace. Renaming the view folder, say, tag_views, fixes everything, but I would have to explicitly write out my render command in each action in the controller. Is there any way to re-set the view folder for a particular controller in the same way that you can set the layout for the controller layout 'whatever'?