maestrano/mno-enterprise

View on GitHub
api/app/controllers/mno_enterprise/auth/unlocks_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module MnoEnterprise
  class Auth::UnlocksController < Devise::UnlocksController
    include MnoEnterprise::Concerns::Controllers::Auth::UnlocksController
  end
end