6 actually

This commit is contained in:
Kyle Drake 2015-03-30 00:40:06 -07:00
parent f5c0dad309
commit b72c152ef9

View file

@ -211,7 +211,7 @@ class Site < Sequel::Model
end
class << self
def featured(limit=5)
def featured(limit=6)
select(:id, :username, :title, :domain).exclude(featured_at: nil).order(:featured_at.desc).limit(limit)
end