budget/app/controllers/application_controller.rb

4 lines
106 B
Ruby

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