five_last_week

This commit is contained in:
pardoam
2015-12-02 14:48:41 +00:00
parent 3f68c6726a
commit b2686cc6d1
3 changed files with 4 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ class Debate < ActiveRecord::Base
scope :sort_by_random, -> { reorder("RANDOM()") }
scope :sort_by_relevance, -> { all }
scope :sort_by_flags, -> { order(flags_count: :desc, updated_at: :desc) }
scope :last_week, -> { where("created_at >= ?", 7.days.ago)}
# Ahoy setup
visitable # Ahoy will automatically assign visit_id on create