Class: GatekeeperController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- GatekeeperController
- Includes:
- Gatekeeper::Responder
- Defined in:
- app/controllers/gatekeeper_controller.rb
Instance Method Summary collapse
- #create ⇒ Object
- #destroy ⇒ Object
- #edit ⇒ Object
- #index ⇒ Object
- #new ⇒ Object
- #show ⇒ Object
- #update ⇒ Object
Instance Method Details
#create ⇒ Object
14 15 |
# File 'app/controllers/gatekeeper_controller.rb', line 14 def create end |
#destroy ⇒ Object
23 24 |
# File 'app/controllers/gatekeeper_controller.rb', line 23 def destroy end |
#edit ⇒ Object
17 18 |
# File 'app/controllers/gatekeeper_controller.rb', line 17 def edit end |
#index ⇒ Object
5 6 |
# File 'app/controllers/gatekeeper_controller.rb', line 5 def index end |
#new ⇒ Object
11 12 |
# File 'app/controllers/gatekeeper_controller.rb', line 11 def new end |
#show ⇒ Object
8 9 |
# File 'app/controllers/gatekeeper_controller.rb', line 8 def show end |
#update ⇒ Object
20 21 |
# File 'app/controllers/gatekeeper_controller.rb', line 20 def update end |