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
Instead of having 1 single controller that controls the CRUD flow why not provide it as separate traits? User can decide how to manage it and if the want to provide the full crud to all their controllers, just add it to the BaseController?
The text was updated successfully, but these errors were encountered:
Instead of having 1 single controller that controls the CRUD flow why not provide it as separate traits? User can decide how to manage it and if the want to provide the full crud to all their controllers, just add it to the BaseController?
The text was updated successfully, but these errors were encountered: