Skip to content
  • notapatch's avatar
    aabcb479
    Docs highlight form_with over form_for · aabcb479
    notapatch authored
    
    
    form_for, and form_tag, have been soft-deprecated in favour of
    form_with. However, the documentation outside of the Rails Guide
    does not show this change often missing form_with completely.
    
    This PR fixes that.
    
    Changes:
    - Adding form_with before form_for in text.
    - Replacing form_for with form_with in example code.
    
    Co-authored-by: default avatarHartley McGuire <skipkayhil@gmail.com>
    aabcb479
    Docs highlight form_with over form_for
    notapatch authored
    
    
    form_for, and form_tag, have been soft-deprecated in favour of
    form_with. However, the documentation outside of the Rails Guide
    does not show this change often missing form_with completely.
    
    This PR fixes that.
    
    Changes:
    - Adding form_with before form_for in text.
    - Replacing form_for with form_with in example code.
    
    Co-authored-by: default avatarHartley McGuire <skipkayhil@gmail.com>
Loading