opensmtpd_rails_frontend/app/controllers/application_controller.rb
2023-05-10 14:29:15 +01:00

4 lines
95 B
Ruby

class ApplicationController < ActionController::Base
before_action :authenticate_user!
end