Skip to content

Instantly share code, notes, and snippets.

@eqbal
Created December 6, 2016 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save eqbal/89987ba8f02e8818b3ea397c0a3b8724 to your computer and use it in GitHub Desktop.
Save eqbal/89987ba8f02e8818b3ea397c0a3b8724 to your computer and use it in GitHub Desktop.
class StatisticsController < ApplicationController
def index
@weekly_reports = Report::GenerateWeekly.new(current_user).call
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment