Well, in some cases you do want to have common views across controllers, though the way of accessing view files is all the same:
render “controller_name/view”
which corresponds to:
app/views/controller_name/view.rhtml
Jason
Well, in some cases you do want to have common views across controllers, though the way of accessing view files is all the same:
render “controller_name/view”
which corresponds to:
app/views/controller_name/view.rhtml
Jason