Hi,
I've a controller mounted as /main:
class MainController < Nitro::Controller
def index
# render_template 'templates/this_or_that_template'
end
end
I'd like to render a template from within an action. How can I achieve
that, without need of a special directory layout?
Regards,
Michael