Class: GatekeeperController

Inherits:
ApplicationController
  • Object
show all
Includes:
Gatekeeper::Responder
Defined in:
app/controllers/gatekeeper_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



14
15
# File 'app/controllers/gatekeeper_controller.rb', line 14

def create
end

#destroyObject



23
24
# File 'app/controllers/gatekeeper_controller.rb', line 23

def destroy
end

#editObject



17
18
# File 'app/controllers/gatekeeper_controller.rb', line 17

def edit
end

#indexObject



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

def index
end

#newObject



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

def new
end

#showObject



8
9
# File 'app/controllers/gatekeeper_controller.rb', line 8

def show
end

#updateObject



20
21
# File 'app/controllers/gatekeeper_controller.rb', line 20

def update
end