Class
ActionView::Partials::PartialRenderer
In:
lib/action_view/render/partials.rb
Parent:
Object
Methods
collection_with_template
collection_without_template
new
render
render_collection
render_partial
setup
Constants
PARTIAL_NAMES
=
Hash.new {|h,k| h[k] = {} }
Public Class methods
new
(view_context, options, block)
Public Instance methods
collection_with_template
(template = @template)
collection_without_template
(collection_paths = @collection_paths)
render
()
render_collection
()
render_partial
(object = @object)
setup
(options, block)
[Validate]