gearheads
/
mastodon
Archived
2
0
Fork 0

Add recursive object support to API response (#4095)

gh/stable
Yamagishi Kazutoshi 2017-07-07 21:12:16 +09:00 committed by Eugen Rochko
parent 1c1819a78a
commit 76eda2fc21
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
ActiveModelSerializers.config.tap do |config|
config.default_includes = '**'
end