scheduled_reminders/app/controllers/application_controller.rb

4 lines
93 B
Ruby

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