Skip to content

Commit

Permalink
Add paginator to Endpoints::Base
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaier committed Jul 1, 2014
1 parent f3b298d commit 60196a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/endpoints/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class Base < Sinatra::Base
register Sinatra::Namespace

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

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

0 comments on commit 60196a2

Please sign in to comment.