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
{{ message }}
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.
I'm struggling trying to get a clean solution for the create hook from previous version.
Before if we wanted to make any modification to the data before creating the instance on the model we could follow the example here but in this version it is not clear what should be the solution for it.
I've looked into the examples of middlewares here but could not understand how it should work.
I think the documentation on Readme.md should clarify this a little bit more.
How could I make the same thing that the old docs describe since the configure method is not being called anymore?
The text was updated successfully, but these errors were encountered:
I'm struggling trying to get a clean solution for the create hook from previous version.
Before if we wanted to make any modification to the data before creating the instance on the model we could follow the example here but in this version it is not clear what should be the solution for it.
I've looked into the examples of middlewares here but could not understand how it should work.
I think the documentation on
Readme.md
should clarify this a little bit more.How could I make the same thing that the old docs describe since the
configure
method is not being called anymore?The text was updated successfully, but these errors were encountered: