Skip to Content Skip to Search

class ActionView::AbstractRenderer::RenderedCollection::EmptyCollection

Attributes

[R] format

Public class methods

Source code GitHub
# File actionview/lib/action_view/renderer/abstract_renderer.rb, line 133
def initialize(format)
  @format = format
end

Public instance methods

Source code GitHub
# File actionview/lib/action_view/renderer/abstract_renderer.rb, line 137
def body; nil; end

Definition files