Class: ActiveAttack::AttackPatternsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- ActiveAttack::AttackPatternsController
- Defined in:
- app/controllers/active_attack/attack_patterns_controller.rb
Instance Method Summary collapse
Instance Method Details
#edit ⇒ Object
9 10 |
# File 'app/controllers/active_attack/attack_patterns_controller.rb', line 9 def edit end |
#index ⇒ Object
5 6 7 |
# File 'app/controllers/active_attack/attack_patterns_controller.rb', line 5 def index render :layout => false end |
#new ⇒ Object
12 13 |
# File 'app/controllers/active_attack/attack_patterns_controller.rb', line 12 def new end |
#show ⇒ Object
15 16 17 |
# File 'app/controllers/active_attack/attack_patterns_controller.rb', line 15 def show render :layout => false end |