af83/chouette-core

View on GitHub
app/controllers/users/unlocks_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Users
  class UnlocksController < Devise::UnlocksController
    before_action :not_found
  end
end