Class: Dradis::Plugins::Json::BaseController
- Inherits:
-
Export::BaseController
- Object
- Export::BaseController
- Dradis::Plugins::Json::BaseController
- Defined in:
- app/controllers/dradis/plugins/json/base_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
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() json = exporter.export render json: json end |