Skip to content
Snippets Groups Projects

Add License Management API to the backend

Merged Gilbert Roulot requested to merge 5488_license_management_app_blacklist_backend into master
All threads resolved!
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
class Projects::ManagedLicensesController < Projects::ApplicationController
prepend ::EE::Projects::ManagedLicensesController
before_action :managed_license, only: [:show, :edit, :update, :destroy]
before_action :authorize_admin_build!
Loading