Class: ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/application_controller.rb

Overview

:nocov:

Instance Method Summary collapse

Instance Method Details

#indexObject



11
12
13
# File 'app/controllers/application_controller.rb', line 11

def index
  render inline: 'Hello world.'
end