Add method and enctype to manifest (#11767)

lolsob-rspec
Yamagishi Kazutoshi 2019-09-05 22:51:51 +09:00 committed by Eugen Rochko
parent f743f7a7bf
commit 50195c790d
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ class ManifestSerializer < ActiveModel::Serializer
{
url_template: 'share?title={title}&text={text}&url={url}',
action: 'share',
method: 'GET',
enctype: 'application/x-www-form-urlencoded',
params: {
title: 'title',
text: 'text',