debt-manager/app/controllers/profile_controller.rb

4 lines
90 B
Ruby
Raw Normal View History

class ProfileController < ApplicationController
before_action :authenticate_user!
end