Add RoutingHelper (#4769)

th-downstream
Yamagishi Kazutoshi 7 years ago committed by Eugen Rochko
parent 186416830e
commit 7021b5f60c

@ -1,6 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
class Web::NotificationSerializer < ActiveModel::Serializer class Web::NotificationSerializer < ActiveModel::Serializer
include RoutingHelper
include StreamEntriesHelper include StreamEntriesHelper
class DataSerializer < ActiveModel::Serializer class DataSerializer < ActiveModel::Serializer

Loading…
Cancel
Save