Class: Dradis::Plugins::Calculators::DREAD::BaseController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/dradis/plugins/calculators/dread/base_controller.rb

Overview

Does it matter that we’re inheriting from the no-frills controller?

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
# File 'app/controllers/dradis/plugins/calculators/dread/base_controller.rb', line 4

def index
  @dread_vector = Hash.new { |h, k| h[k] = 0 }
end