CRUD Actions on User Model #988
etmartinkazoo
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I really enjoy using the Clearance gem with projects. For a new project I have a requirement to allow admins to create new users on behalf of others, to edit users, read and destroy; namely CRUD functionality.
I am having a lot of difficulty implementing this. I am wondering if there is something happening behind the scenes make conventional crud functionality possible. Perhaps I don't fully understand the generated routes or the controller that my UserController inherits from.
Does any one have experience with USER crud functionality vis a vis the Clearance gem, know of a helpful tutorial or know of a code base that implements this which could be viewed?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions