File tree Expand file tree Collapse file tree
decidim-assemblies/spec/types Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 "attachmentCollections" => [ ] ,
2020 "categories" => [ ] ,
2121 "children" => [ ] ,
22- "url" => Decidim ::EngineRouter . main_proxy ( assembly ) . assembly_url ( assembly ) ,
23- "followsCount" => 3 ,
2422 "childrenCount" => 0 ,
2523 "closingDate" => assembly . closing_date . to_date . to_s ,
2624 "closingDateReason" => { "translation" => assembly . closing_date_reason [ locale ] } ,
3432 "developerGroup" => { "translation" => assembly . developer_group [ locale ] } ,
3533 "duration" => assembly . duration . to_s ,
3634 "facebookHandler" => assembly . facebook_handler ,
35+ "followsCount" => 3 ,
3736 "githubHandler" => assembly . github_handler ,
3837 "hashtag" => assembly . hashtag ,
3938 "id" => assembly . id . to_s ,
6362 "twitterHandler" => assembly . twitter_handler ,
6463 "type" => assembly . class . name ,
6564 "updatedAt" => assembly . updated_at . to_time . iso8601 ,
65+ "url" => Decidim ::EngineRouter . main_proxy ( assembly ) . assembly_url ( assembly ) ,
6666 "youtubeHandler" => assembly . youtube_handler ,
6767 "weight" => assembly . weight
6868 }
8585 children {
8686 id
8787 }
88- url
89- followsCount
9088 childrenCount
9189 closingDate
9290 closingDateReason {
112110 }
113111 duration
114112 facebookHandler
113+ followsCount
115114 githubHandler
116115 hashtag
117116 heroImage
179178 twitterHandler
180179 type
181180 updatedAt
181+ url
182182 weight
183183 youtubeHandler
184184 }
239239 children {
240240 id
241241 }
242- url
243- followsCount
244242 childrenCount
245243 closingDate
246244 closingDateReason {
266264 }
267265 duration
268266 facebookHandler
267+ followsCount
269268 githubHandler
270269 hashtag
271270 heroImage
333332 twitterHandler
334333 type
335334 updatedAt
335+ url
336336 weight
337337 youtubeHandler
338338 }
You can’t perform that action at this time.
0 commit comments