Class: Audiences::ContextsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/audiences/contexts_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



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