budget/app/controllers/application_controller.rb
2024-08-16 19:59:29 -04:00

3 lines
83 B
Ruby

class ApplicationController < ActionController::Base
include Authenticatable
end