debt-manager/app/controllers/profile_controller.rb
Louis Vallat a1d2fb9444
feat: added base bubble CRUD
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
2023-11-01 20:54:06 +01:00

4 lines
90 B
Ruby

class ProfileController < ApplicationController
before_action :authenticate_user!
end