evodata/app/controllers/authenticated_controller.rb

3 lines
95 B
Ruby

class AuthenticatedController < ApplicationController
before_action :authenticate_user!
end