Skip to content

Commit 4aebccd

Browse files
committed
Add paginator to Endpoints::Base
Original pull request: interagent/pliny-template#120
1 parent 765acc6 commit 4aebccd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/template/lib/endpoints/base.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ class Base < Sinatra::Base
66

77
helpers Pliny::Helpers::Encode
88
helpers Pliny::Helpers::Params
9+
helpers Pliny::Helpers::Paginator
910

1011
set :dump_errors, false
1112
set :raise_errors, true

0 commit comments

Comments
 (0)