Class: Tasks::Sources::SourceCitationTotalsController

Inherits:
ApplicationController
  • Object
show all
Includes:
TaskControllerConfiguration
Defined in:
app/controllers/tasks/sources/source_citation_totals_controller.rb

Instance Method Summary collapse

Methods included from TaskControllerConfiguration

#set_is_task_controller

Instance Method Details

#indexObject

GET



5
6
7
# File 'app/controllers/tasks/sources/source_citation_totals_controller.rb', line 5

def index
  @sources = Queries::Source::Filter.new(params).all.order(:cached)
end