From: Yamagishi Kazutoshi Date: Sat, 2 Sep 2017 01:03:21 +0000 (+0900) Subject: Add RoutingHelper (#4769) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=b767eb7ff83641870ea8befbc7f8a4a994a9183a;p=mastodon.git Add RoutingHelper (#4769) --- diff --git a/app/serializers/web/notification_serializer.rb b/app/serializers/web/notification_serializer.rb index fd3577595..21a09f01e 100644 --- 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