We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Often applications will need to declare default exposures both globally for the application and at the controller level.
Possible API for controllers:
before_action :expose_scope; jsonapi_expose scope: current_user; end