Class: ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ApplicationController
- Defined in:
- app/controllers/application_controller.rb
Overview
:nocov:
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
11 12 13 |
# File 'app/controllers/application_controller.rb', line 11 def index render inline: 'Hello world.' end |