fix comment

master
Kanezoh 2021-06-17 08:33:23 +09:00
parent 08187b97e8
commit 5adeaf3187
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class MechanizeCr::Form
# generate fields_with and field_with methods.
# 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"] %}
{% plural = "#{singular.id}s" %}