Class: Tzispa::Controller::HttpError

Inherits:
Base
  • Object
show all
Includes:
Helpers::Response
Defined in:
lib/tzispa/controller/http_error.rb

Instance Attribute Summary

Attributes inherited from Base

#application, #context

Instance Method Summary collapse

Methods inherited from Base

#call, #initialize

Constructor Details

This class inherits a constructor from Tzispa::Controller::Base

Instance Method Details

#error_404Object



13
14
15
# File 'lib/tzispa/controller/http_error.rb', line 13

def error_404
  not_found
end