evodata/app/controllers/authenticated_controller.rb

4 lines
94 B
Ruby

class AuthenticatedController < ApplicationController
before_action :authenticate_user!
end