Skip to content

Instantly share code, notes, and snippets.

@arturdent
Created May 8, 2014 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arturdent/0ec581109869e31641c7 to your computer and use it in GitHub Desktop.
Save arturdent/0ec581109869e31641c7 to your computer and use it in GitHub Desktop.
def new_users_for_the_last_week
"#{User.where(created_at: 7.days.ago..Date.today).count}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment