Class: N::SimpleController

Inherits:
Controller show all
Defined in:
lib/nitro/controller.rb

Overview

A simple controller, only handles templates. Useful to implement php/asp/jsp style applications.

Instance Attribute Summary

Attributes included from Render

#context, #out, #rendering_errors, #request

Method Summary

Methods inherited from Controller

__old_inherited, inherited, #method_missing

Methods included from Filtering

append_features

Methods included from Scaffolding

append_features

Methods included from Render

#initialize, #log_error, #redirect, #redirect_referer, #render, #session

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class N::Controller