budget/app/controllers/application_controller.rb

4 lines
83 B
Ruby
Raw Normal View History

2022-11-20 15:06:27 -05:00
class ApplicationController < ActionController::Base
2024-08-16 19:21:44 -04:00
include Authenticatable
2022-11-20 15:06:27 -05:00
end