evodata/app/controllers/application_controller.rb

4 lines
95 B
Ruby

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