Include autenticazione, progetti isolati, mail marketing HTML con SMTP, test A/B e editor WYSIWYG. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
113 B
Ruby
6 lines
113 B
Ruby
require "pagy"
|
|
require "pagy/extras/overflow"
|
|
|
|
Pagy::DEFAULT[:limit] = 25
|
|
Pagy::DEFAULT[:overflow] = :empty_page
|