otwarchive-symphonyarchive/app/controllers/admin/passwords_controller.rb

8 lines
192 B
Ruby
Raw Normal View History

2026-03-11 22:22:11 +00:00
# frozen_string_literal: true
class Admin::PasswordsController < Devise::PasswordsController
before_action :user_logout_required
skip_before_action :store_location
layout "session"
end