Class: Deployed::WelcomeController

Inherits:
ApplicationController show all
Defined in:
app/controllers/deployed/welcome_controller.rb

Overview

Provides the main entry point for the app

Instance Method Summary collapse

Instance Method Details

#indexObject



6
7
8
# File 'app/controllers/deployed/welcome_controller.rb', line 6

def index
  respond_to(&:html)
end