prey/gdpr_rails

View on GitHub
app/controllers/policy_manager/exporter_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module PolicyManager
  class ExporterController < ActionController::Base

    include ExporterHelper 

  end
end