otwarchive-sunsetarchive/app/controllers/admin/passwords_controller.rb
2026-03-17 01:16:49 -04:00

7 lines
192 B
Ruby
Executable file

# frozen_string_literal: true
class Admin::PasswordsController < Devise::PasswordsController
before_action :user_logout_required
skip_before_action :store_location
layout "session"
end