Class: Chop::Form::Default
Instance Attribute Summary
Attributes inherited from Field
#field, #label, #path, #session, #value
Instance Method Summary collapse
Methods inherited from Field
candidates, for, from, #get_value
Instance Method Details
#fill_in! ⇒ Object
235 236 237 |
# File 'lib/chop/form.rb', line 235 def fill_in! field.set value end |
#matches? ⇒ Boolean
231 232 233 |
# File 'lib/chop/form.rb', line 231 def matches? true end |