scheduled_reminders/app/controllers/application_controller.rb
2020-02-12 13:57:03 +01:00

4 lines
93 B
Ruby

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