Class: UserTagNotificationsSerializer

Inherits:
ApplicationSerializer show all
Includes:
UserTagNotificationsMixin
Defined in:
app/serializers/user_tag_notifications_serializer.rb

Instance Method Summary collapse

Methods included from UserTagNotificationsMixin

#muted_tags, #regular_tags, #tag_user_notification_levels, #tags_with_notification_level, #tracked_tags, #watched_tags, #watching_first_post_tags

Methods inherited from ApplicationSerializer

expire_cache_fragment!, fragment_cache

Methods inherited from ActiveModel::Serializer

#include!

Instance Method Details

#userObject



8
9
10
# File 'app/serializers/user_tag_notifications_serializer.rb', line 8

def user
  object
end