Class: Compass::InfoController

Inherits:
ApplicationController show all
Defined in:
app/controllers/compass/info_controller.rb

Overview

Info controller.

Instance Method Summary collapse

Methods inherited from ApplicationController

#authenticate, #current_context, #current_context_id, #validate_context

Instance Method Details

#indexObject



8
9
10
11
12
13
# File 'app/controllers/compass/info_controller.rb', line 8

def index
  render json: {
    version: Compass::VERSION,
    backends: Compass.config.backends
  }
end