evodata/app/controllers/application_controller.rb

4 lines
82 B
Ruby

class ApplicationController < ActionController::Base
include Authentication
end