Method: FieldableForm::Field#render_method

Defined in:
lib/fieldable_form/field.rb

#render_methodObject



29
30
31
# File 'lib/fieldable_form/field.rb', line 29

def render_method
  raise NotImplementedError('Subclass must implement this')
end