You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Faisal-nfl I think this is mostly Grape related. You can override the formatter to do so.
The gem grape_fast_jsonapi does just that. Feel free to have a look at it and give it a try
using grape for apis and
What I see that I have to give always provide serializer name like
CompanySerializer.new(Company.all).serializable_hash
wondering if it can auto pick serialzier name depending upon resource name or object type like it used to do with active mode serializer.
and what about using Serializer in in relation like with has_many
The text was updated successfully, but these errors were encountered: