module ActiveModelSerializers
def self.default_include_directive
-
(JSONAPI::IncludeDirective)
-
def self.default_include_directive @default_include_directive ||= JSONAPI::IncludeDirective.new(config.default_includes, allow_wildcard: true) end