logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: b767eb7ff83641870ea8befbc7f8a4a994a9183a
parent: 0b32338e3f276e2aa6bd55162753f1b418283dbc
Author: Yamagishi Kazutoshi <ykzts@desire.sh>
Date:   Sat,  2 Sep 2017 10:03:21 +0900

Add RoutingHelper (#4769)


Diffstat:

Mapp/serializers/web/notification_serializer.rb1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/app/serializers/web/notification_serializer.rb b/app/serializers/web/notification_serializer.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true class Web::NotificationSerializer < ActiveModel::Serializer + include RoutingHelper include StreamEntriesHelper class DataSerializer < ActiveModel::Serializer