1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00

Merge pull request #631 from renatomoya/feature/updated-readme-kaminari-methods-delegation

Update README, extra kaminari methods delegation.
This commit is contained in:
Jeff Casimir 2015-03-26 22:39:43 -06:00
commit 010e9eec88

View file

@ -261,7 +261,7 @@ the `object`:
```ruby
class PaginatingDecorator < Draper::CollectionDecorator
delegate :current_page, :total_pages, :limit_value
delegate :current_page, :total_pages, :limit_value, :entry_name, :total_count, :offset_value, :last_page?
end
```