evodata/app/controllers/application_controller.rb

4 lines
95 B
Ruby
Raw Normal View History

2021-12-18 15:52:01 +01:00
class ApplicationController < ActionController::Base
before_action :authenticate_user!
2021-12-18 15:52:01 +01:00
end