class Plezi::Base::Err404Ctrl
Public Instance Methods
index()
click to toggle source
# File lib/plezi/router/errors.rb, line 4 def index response.status = 404 render('404') || 'Error 404, not found.' end
requested_method()
click to toggle source
# File lib/plezi/router/errors.rb, line 9 def requested_method :index end