pool orders: raise limit for order page to <1000 posts.

This commit is contained in:
evazion
2019-08-26 13:48:33 -05:00
parent e147a34664
commit fa37d7c156

View File

@@ -1,6 +1,6 @@
class Pool < ApplicationRecord
class RevertError < Exception ; end
POOL_ORDER_LIMIT = 100
POOL_ORDER_LIMIT = 1000
array_attribute :post_ids, parse: /\d+/, cast: :to_i
belongs_to_creator