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
243 244 245 |
# File 'lib/chop/form.rb', line 243 def fill_in! field.set value end |
#matches? ⇒ Boolean
239 240 241 |
# File 'lib/chop/form.rb', line 239 def matches? true end |