Class: NilClassRenderer

Inherits:
ResourceRenderer::AttributeRenderer::Base show all
Defined in:
app/attribute_renderers/nil_class_renderer.rb

Instance Attribute Summary

Attributes inherited from ResourceRenderer::AttributeRenderer::Base

#helper, #model

Instance Method Summary collapse

Methods inherited from ResourceRenderer::AttributeRenderer::Base

#initialize

Constructor Details

This class inherits a constructor from ResourceRenderer::AttributeRenderer::Base

Instance Method Details

#display(field, label, options = {}, &block) ⇒ Object



2
3
4
# File 'app/attribute_renderers/nil_class_renderer.rb', line 2

def display(field, label, options = {}, &block)
  ''
end