Class: WillPaginate::PageEntriesInfoRenderer

Inherits:
Object
  • Object
show all
Includes:
I18n
Defined in:
lib/will_paginate/view_helpers.rb

Instance Method Summary collapse

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, options, template)
  @collection, @options, @template = collection, options, template
end