budget/app/controllers/application_controller.rb
Andrew Tomaka 108959f2b0
Some checks failed
Ruby CI / test (pull_request) Failing after 40s
Require authentication for most actions
2024-09-08 20:53:07 -04:00

4 lines
106 B
Ruby

class ApplicationController < ActionController::Base
include Authenticatable
include Authorizable
end