9cea403acd
Since we wont rehydrate it
6 lines
156 B
Ruby
6 lines
156 B
Ruby
class Notifications::TraysController < ApplicationController
|
|
def show
|
|
@notifications = Current.user.notifications.unread.ordered.limit(100)
|
|
end
|
|
end
|