Class Merb::AbstractController
In: lib/merb-action-args/abstract_controller.rb
Parent: Object

Methods

External Aliases

inherited -> old_inherited

Attributes

action_argument_list  [RW] 

Public Class methods

Stores the argument lists for all methods for this class.

Parameters

klass<Class>:The controller that is being inherited from Merb::AbstractController.

Public Instance methods

Calls an action and maps the params hash to the action parameters.

Parameters

action<Symbol>:The action to call

Raises

BadRequest:The params hash doesn‘t have a required parameter.

[Validate]