otwa-aggie/app/controllers/admin/passwords_controller.rb
2026-08-13 00:44:25 -04:00

7 lines
192 B
Ruby

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