diff --git a/README.md b/README.md index 44eef69..ec6f081 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,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 ```