Class: ActiveAttack::AttackPatternsController

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

Instance Method Summary collapse

Instance Method Details

#editObject



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

def edit
end

#indexObject



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

def index
   render :layout => false
end

#newObject



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

def new
end

#showObject



15
16
17
# File 'app/controllers/active_attack/attack_patterns_controller.rb', line 15

def show
   render :layout => false
end