Identified gotchas: + `attribute :foo, key: :bar`: in AMS, this creates a `bar` attribute in the JSON output. In jsonapi-rb, this becomes `attribute(:bar) { @object.foo }`. + some other stuff I haven't identified yet.
Identified gotchas:
attribute :foo, key: :bar: in AMS, this creates abarattribute in the JSON output. In jsonapi-rb, this becomesattribute(:bar) { @object.foo }.