Commit 0c946b980f3686690093846d02eaed1a3267bc79

Authored by Leandro Santos
1 parent 5356d953

API: adding api pagination

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
Gemfile
... ... @@ -29,6 +29,8 @@ gem 'grape_logging', :git => 'https://github.com/aceunreal/grape_logging.git', :
29 29 gem 'rack-cors'
30 30 gem 'rack-contrib'
31 31  
  32 +gem 'api-pagination', '~> 4.1.1'
  33 +
32 34 # asset pipeline
33 35 gem 'uglifier', '>= 1.0.3'
34 36 gem 'sass-rails'
... ...