Add recursive object support to API response (#4095)

lolsob-rspec
Yamagishi Kazutoshi 2017-07-07 21:12:16 +09:00 committed by Eugen Rochko
parent 1b16fa4d2f
commit 46a69513d4
1 changed files with 3 additions and 0 deletions

View File

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