Method: FieldableForm::Field#render_method
- Defined in:
- lib/fieldable_form/field.rb
#render_method ⇒ Object
29 30 31 |
# File 'lib/fieldable_form/field.rb', line 29 def render_method raise NotImplementedError('Subclass must implement this') end |