stop hiding on listed
This commit is contained in:
parent
2ebe700a9c
commit
39c00d23d6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue