class ActiveModel::Serializer
def as_json(adapter_opts = nil)
-
options
(nil, Hash
) -- The same valid options passed to `as_json`
Other tags:
- See: #serializable_hash -
def as_json(adapter_opts = nil) serializable_hash(adapter_opts) end