class UzuUzu::Controller::Error
Public Instance Methods
index(code)
click to toggle source
# File lib/uzuuzu-cms/controller/error.rb, line 6 def index(code) respond(render_page(info, render_file(__DIR__("view/error/#{code}.rhtml")))) end