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
6 7 |
# File 'app/controllers/active_stix/attack_patterns_controller.rb', line 6 def edit end |
#index ⇒ Object
3 4 |
# File 'app/controllers/active_stix/attack_patterns_controller.rb', line 3 def index end |
#new ⇒ Object
9 10 |
# File 'app/controllers/active_stix/attack_patterns_controller.rb', line 9 def new end |
#show ⇒ Object
12 13 14 |
# File 'app/controllers/active_stix/attack_patterns_controller.rb', line 12 def show #@attack_pattern = ActiveStix::AttackPattern.find(params[:id]) end |