Files
progress-test/app/controllers/application_controller.rb
2022-07-26 14:40:46 -03:00

4 lines
93 B
Ruby

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