diff --git a/app/controllers/notifications/settings_controller.rb b/app/controllers/notifications/settings_controller.rb index b4dd981ec..ebffcbf58 100644 --- a/app/controllers/notifications/settings_controller.rb +++ b/app/controllers/notifications/settings_controller.rb @@ -1,7 +1,7 @@ module Notifications class SettingsController < ApplicationController def show - @buckets = Current.user.buckets.all + @buckets = Current.user.buckets.alphabetically end end end