Class: UzuUzu::Controller::Error
- Inherits:
-
Object
- Object
- UzuUzu::Controller::Error
- Defined in:
- lib/uzuuzu-cms/controller/error.rb
Instance Method Summary collapse
Instance Method Details
#index(code) ⇒ Object
6 7 8 |
# File 'lib/uzuuzu-cms/controller/error.rb', line 6 def index(code) respond(render_page(info, render_file(__DIR__("view/error/#{code}.rhtml")))) end |