-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Originally reported by: ankit agrawal (Bitbucket: ankit-agrawal11, GitHub: ankit-agrawal11)
save method in GenericEnhancers trait is used to inject NucleusUtils.save() method. RestfulController has a save endpoint. If any controller extends RestfulController then it won't be able to use save method from NucleusUtils class directly.