Method: Editmode::Helper#render_custom_field_raw

Defined in:
lib/editmode/helper.rb

#render_custom_field_raw(label, options = {}) ⇒ Object Also known as: f



20
21
22
# File 'lib/editmode/helper.rb', line 20

def render_custom_field_raw(label, options={})
  e(@custom_field_chunk["identifier"], label, options.merge({response: @custom_field_chunk}))      
end