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
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,9 +164,10 @@ in `form_with`.
164
164
165
165
`form_with` has some important differences compared to `form_for` and `form_tag`, and these differences apply to `bootstrap_form_with`. A good summary of the differences can be found at: https://m.patrikonrails.com/rails-5-1s-form-with-vs-old-form-helpers-3a5f72a8c78a, or in the [Rails documentation](api.rubyonrails.org).
166
166
167
-
### bootstrap_fields_for
167
+
### bootstrap_fields_for and bootstrap_fields
168
168
169
-
Adding fields for a different object without nesting can be achieved using the `bootstrap_fields_for` helper in the same way it is done in Rails.
169
+
Adding fields for a different object without nesting can be achieved using the `bootstrap_fields_for` and
170
+
`bootstrap_fields` helpers in the same way it is done in Rails.
0 commit comments