Method: FormWidget#setup
- Defined in:
- lib/cuca/stdlib/form.rb
#setup ⇒ Object
Overwrite this method to setup initial values This method will not be called if the form get submitted.
110 111 |
# File 'lib/cuca/stdlib/form.rb', line 110 def setup end |