You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
form_with, introduced in Rails 5.1 can generate form tags based on URLs, scopes or models (before the alternatives were form_for for model instances and form_tag for custom URLs). When including a model, the gem could also generate html validators for it.
The text was updated successfully, but these errors were encountered:
form_with
, introduced in Rails 5.1 can generate form tags based on URLs, scopes or models (before the alternatives wereform_for
for model instances andform_tag
for custom URLs). When including a model, the gem could also generate html validators for it.The text was updated successfully, but these errors were encountered: