Class: ApplicationController

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

Direct Known Subclasses

UsersController

Instance Method Summary collapse

Instance Method Details

#examplesObject



5
6
7
# File 'app/controllers/application_controller.rb', line 5

def examples
  render "examples/authentication/index"
end

#indexObject



2
3
# File 'app/controllers/application_controller.rb', line 2

def index
end