Closed tappleby closed 7 years ago
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
Agreed, will try to implement that over next week.
Often applications will need to declare default exposures both globally for the application and at the controller level.
Possible API for controllers: