Sort buckets on notification settings

This commit is contained in:
Kevin McConnell
2025-02-27 12:17:32 +00:00
parent 0c3d5b6789
commit 942dd27e5c
@@ -1,7 +1,7 @@
module Notifications
class SettingsController < ApplicationController
def show
@buckets = Current.user.buckets.all
@buckets = Current.user.buckets.alphabetically
end
end
end