evodata/app/controllers/application_controller.rb

4 lines
82 B
Ruby
Raw Normal View History

2021-12-18 15:52:01 +01:00
class ApplicationController < ActionController::Base
2022-01-22 18:17:44 +01:00
include Authentication
2021-12-18 15:52:01 +01:00
end