Add infinite scroll to post list

This commit is contained in:
riggraz
2019-09-04 21:12:07 +02:00
parent 2a42d3069c
commit f9f2b291d6
8 changed files with 98 additions and 27 deletions

View File

@@ -4,4 +4,6 @@ class Post < ApplicationRecord
belongs_to :post_status, optional: true
validates :title, presence: true, length: { in: 4..64 }
paginates_per 15
end