Class: WillPaginate::PageEntriesInfoRenderer
- Inherits:
-
Object
- Object
- WillPaginate::PageEntriesInfoRenderer
- Includes:
- I18n
- Defined in:
- lib/will_paginate/view_helpers.rb
Instance Method Summary collapse
-
#initialize(collection, options, template) ⇒ PageEntriesInfoRenderer
constructor
A new instance of PageEntriesInfoRenderer.
Methods included from I18n
append_translations_load_path, #gap_marker, #next_label, #page_entries_info, #previous_label
Constructor Details
#initialize(collection, options, template) ⇒ PageEntriesInfoRenderer
Returns a new instance of PageEntriesInfoRenderer.
187 188 189 |
# File 'lib/will_paginate/view_helpers.rb', line 187 def initialize(collection, , template) @collection, , @template = collection, , template end |