Class: ActiveStix::AttackPatternsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- ActiveStix::AttackPatternsController
- Defined in:
- app/controllers/active_stix/attack_patterns_controller.rb
Instance Method Summary collapse
Instance Method Details
#edit ⇒ Object
7 8 |
# File 'app/controllers/active_stix/attack_patterns_controller.rb', line 7 def edit end |
#index ⇒ Object
4 5 |
# File 'app/controllers/active_stix/attack_patterns_controller.rb', line 4 def index end |
#new ⇒ Object
10 11 |
# File 'app/controllers/active_stix/attack_patterns_controller.rb', line 10 def new end |
#show ⇒ Object
13 14 |
# File 'app/controllers/active_stix/attack_patterns_controller.rb', line 13 def show end |