Class: Hephaestus::RootController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Hephaestus::RootController
- Defined in:
- app/controllers/hephaestus/root_controller.rb
Constant Summary
Constants included from Headers
Headers::EVENT_AFTER_CREATE, Headers::EVENT_AFTER_DESTROY, Headers::EVENT_AFTER_RENAME, Headers::EVENT_AFTER_UPDATE, Headers::EVENT_AFTER_VIEW, Headers::HEADER_EVENT, Headers::HEADER_RECORD_TYPE, Headers::HEADER_SIGNATURE, Headers::RECORD_TYPE_CONVERSATION, Headers::RECORD_TYPE_INBOX, Headers::RECORD_TYPE_MESSAGE, Headers::RECORD_TYPE_ORGANIZATION, Headers::RECORD_TYPE_PLUG_INSTALLATION, Headers::YETTO_DELIVERY_ID
Instance Method Summary collapse
Methods inherited from ApplicationController
#ensure_json_request, #parse_state
Methods included from Responses
#bad_gateway, #bad_request, #created, #forbidden, #internal_server_error, #no_content, #not_acceptable, #not_found, #okay, #service_unavailable
Instance Method Details
#index ⇒ Object
6 7 8 |
# File 'app/controllers/hephaestus/root_controller.rb', line 6 def index okay end |