If I want to switch from the default attributes adapter to the JSON API adapter, where would I do this?
The getting started states this:
Generally speaking, you as a user of AMS will write (or generate) these serializer classes. If you want to use a different adapter, such as a JSON API, you can change this in an initializer:
ActiveModel::Serializer.config.adapter = :json_api
What initializer are they referring to? Do I create a new one? Sorry for the noob question