mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 08:42:00 +02:00
referencing stripe from its repo breaks rubygems install for some reason
This commit is contained in:
parent
08faf639b0
commit
3a157b697f
4 changed files with 4 additions and 5 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue