Method: Formular::Element#to_html

Defined in:
lib/formular/element.rb

#to_html(context: nil) ⇒ Object Also known as: to_s



93
94
95
96
# File 'lib/formular/element.rb', line 93

def to_html(context: nil)
  context ||= self.class.html_context
  html_blocks[context].call
end