Sort buckets on notification settings
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module Notifications
|
||||
class SettingsController < ApplicationController
|
||||
def show
|
||||
@buckets = Current.user.buckets.all
|
||||
@buckets = Current.user.buckets.alphabetically
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user