Class: Trestle::Form::Fields::MonthField
- Inherits:
-
FormControl
- Object
- Trestle::Form::Field
- FormControl
- Trestle::Form::Fields::MonthField
- Defined in:
- lib/trestle/form/fields/month_field.rb
Instance Attribute Summary
Attributes inherited from Trestle::Form::Field
#block, #builder, #name, #options, #template
Instance Method Summary collapse
Methods inherited from FormControl
#defaults, #input_group, #input_group_addon, #normalize_options!, #render
Methods inherited from Trestle::Form::Field
#defaults, #errors, #form_group, #initialize, #normalize_options!, #readonly?, #render
Constructor Details
This class inherits a constructor from Trestle::Form::Field
Instance Method Details
#field ⇒ Object
2 3 4 |
# File 'lib/trestle/form/fields/month_field.rb', line 2 def field builder.raw_month_field(name, ) end |