I’m currently reading the Ruby on Raily API-documentation. Specific the part about the form_with helper: https://api.rubyonrails.org/v5.1.7/classes/ActionView/Helpers/FormHelper.html#method-i-form_with
“:scope – The scope to prefix input field names with and thereby how the submitted parameters are grouped in controllers.“
I don’t understand what a “scope” is, within the context.
Can someone explain, what it means?