Raised when a non-existing controller action is triggered.
Namespace
Methods
- N
-
Attributes
[R]
|
action |
|
[R]
|
controller |
|
Class Public methods
new(message = nil, controller = nil, action = nil)
Link
Source:
show
| on GitHub
def initialize(message = nil, controller = nil, action = nil)
@controller = controller
@action = action
super(message)
end