Class: Pbbuilder::CollectionRenderer
- Inherits:
-
ActionView::CollectionRenderer
- Object
- ActionView::CollectionRenderer
- Pbbuilder::CollectionRenderer
- Defined in:
- lib/pbbuilder/collection_renderer.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize(lookup_context, options, &scope) ⇒ CollectionRenderer
constructor
A new instance of CollectionRenderer.
Constructor Details
#initialize(lookup_context, options, &scope) ⇒ CollectionRenderer
Returns a new instance of CollectionRenderer.
7 8 9 10 |
# File 'lib/pbbuilder/collection_renderer.rb', line 7 def initialize(lookup_context, , &scope) super(lookup_context, ) @scope = scope end |