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
include Authenticatable
2022-11-20 15:06:27 -05:00
end