Class: Dradis::Plugins::Json::BaseController

Inherits:
Export::BaseController
  • Object
show all
Defined in:
app/controllers/dradis/plugins/json/base_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



6
7
8
9
10
11
# File 'app/controllers/dradis/plugins/json/base_controller.rb', line 6

def index
  exporter = Dradis::Plugins::Json::Exporter.new(export_options)
  json     = exporter.export

  render json: json
end