Open Linuus opened 7 years ago
If you add a parameter to a form/url Godmin tries to find a parent resource and scope the resource to that.
We need to check that it is actually a parent If you add blorgh_id to the params now it will blow up trying to constantize this string.
blorgh_id
If there is an association with this name it will try to scope it, but you may not want to.
If you add a parameter to a form/url Godmin tries to find a parent resource and scope the resource to that.
We need to check that it is actually a parent If you add
blorgh_id
to the params now it will blow up trying to constantize this string.If there is an association with this name it will try to scope it, but you may not want to.