Class: Globber::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/globber/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
7
# File 'app/controllers/globber/application_controller.rb', line 4

def index
  @result = RouterService.call(params)
  render json: @result.display
end