evodata/app/controllers/authenticated_controller.rb

4 lines
94 B
Ruby
Raw Normal View History

class AuthenticatedController < ApplicationController
2023-02-26 15:09:08 +01:00
before_action :authenticate_user!
end