Class: ActiveStix::AttackPatternsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/active_stix/attack_patterns_controller.rb

Instance Method Summary collapse

Instance Method Details

#editObject



6
7
# File 'app/controllers/active_stix/attack_patterns_controller.rb', line 6

def edit
end

#indexObject



3
4
# File 'app/controllers/active_stix/attack_patterns_controller.rb', line 3

def index
end

#newObject



9
10
# File 'app/controllers/active_stix/attack_patterns_controller.rb', line 9

def new
end

#showObject



12
13
14
# File 'app/controllers/active_stix/attack_patterns_controller.rb', line 12

def show
  #@attack_pattern = ActiveStix::AttackPattern.find(params[:id])
end