stop hiding on listed

This commit is contained in:
Seth Call 2020-09-19 16:34:17 -05:00
parent 2ebe700a9c
commit 39c00d23d6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class JamRuby::LiveStream < ActiveRecord::Base
end
def self.upcoming
LiveStream.where(listed: true).order('starts_at DESC') #.where("starts_at > ?", 2.days.ago)
LiveStream.order('starts_at DESC') #.where("starts_at > ?", 2.days.ago)
end
def sanitize_active_admin