Class: Audiences::ContextsController
- Inherits:
-
ApplicationController
- Object
- ActionController::API
- ApplicationController
- Audiences::ContextsController
- Defined in:
- app/controllers/audiences/contexts_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 |
# File 'app/controllers/audiences/contexts_controller.rb', line 5 def show render json: current_context.as_json(only: %w[match_all], methods: %w[key criteria]) end |