fix comment
parent
08187b97e8
commit
5adeaf3187
|
@ -36,7 +36,7 @@ class MechanizeCr::Form
|
||||||
|
|
||||||
# generate fields_with and field_with methods.
|
# generate fields_with and field_with methods.
|
||||||
# These methods are used for finding nodes that matches conditions.
|
# These methods are used for finding nodes that matches conditions.
|
||||||
# ex.) field_with(:name, "email") finds <input name="email">
|
# ex.) field_with("email") finds <input name="email">
|
||||||
|
|
||||||
{% for singular, index in ["field"] %}
|
{% for singular, index in ["field"] %}
|
||||||
{% plural = "#{singular.id}s" %}
|
{% plural = "#{singular.id}s" %}
|
||||||
|
|
Loading…
Reference in New Issue