Paginator
Constants
DEFAULT = Hash(Symbol, Array(Symbol) | Bool | Int32 | String | Symbol).new
First, define the DEFAULT hash correctly
VERSION = "0.1.0"
Class methods
config
Sourceconfig=(hash)
Sourcepaginate(page : Int32 = 1, per_page : Int32 = 12, order : String = "created_at DESC")
In the Post.paginate method: