Sha256: 8d9ca891e1235d1cf6f809172ae2206f98935cb85a4cdc75285b3ad7bf34cb65
Contents?: true
Size: 246 Bytes
Versions: 23
Compression:
Stored size: 246 Bytes
Contents
module Dradis::Plugins::Calculators::CVSS # Does it matter that we're inheriting from the no-frills controller? class BaseController < ActionController::Base def index @cvss_vector = Hash.new { |h, k| h[k] = 'X' } end end end
Version data entries
23 entries across 23 versions & 1 rubygems