Files
fizzy/app/controllers/notifications/settings_controller.rb
T
2025-02-21 17:25:44 -06:00

8 lines
145 B
Ruby

module Notifications
class SettingsController < ApplicationController
def show
@buckets = Current.user.buckets.all
end
end
end