referencing stripe from its repo breaks rubygems install for some reason

This commit is contained in:
Kyle Drake 2015-03-25 20:03:28 +00:00
parent 08faf639b0
commit 3a157b697f
4 changed files with 4 additions and 5 deletions

View file

@ -13,7 +13,7 @@ class Event < Sequel::Model
many_to_one :actioning_site, key: :actioning_site_id, class: :Site
DEFAULT_GLOBAL_LIMIT = 300
GLOBAL_VIEWS_MINIMUM = 50
GLOBAL_VIEWS_MINIMUM = 5
def self.global_dataset(current_page=1, limit=DEFAULT_GLOBAL_LIMIT)
select_all(:events).