Add recursive object support to API response (#4095)

main
Yamagishi Kazutoshi 7 years ago committed by Eugen Rochko
parent 1c1819a78a
commit 76eda2fc21

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