budget/app/controllers/application_controller.rb
2024-08-16 19:21:44 -04:00

3 lines
83 B
Ruby

class ApplicationController < ActionController::Base
include Authenticatable
end