Class: LesliBabel::DashboardsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/lesli_babel/dashboards_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



35
36
37
# File 'app/controllers/lesli_babel/dashboards_controller.rb', line 35

def show
    @stats = TranslationService.new(current_user, query).stats
end