Class: Dradis::Plugins::Calculators::DREAD::BaseController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Dradis::Plugins::Calculators::DREAD::BaseController
- 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
#index ⇒ Object
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 |