Skip to content

Commit

Permalink
Add paginator to Endpoints::Base
Browse files Browse the repository at this point in the history
Original pull request: interagent/pliny-template#120
  • Loading branch information
tmaier committed Dec 1, 2014
1 parent 765acc6 commit 4aebccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/template/lib/endpoints/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Base < Sinatra::Base

helpers Pliny::Helpers::Encode
helpers Pliny::Helpers::Params
helpers Pliny::Helpers::Paginator

set :dump_errors, false
set :raise_errors, true
Expand Down

0 comments on commit 4aebccd

Please sign in to comment.