how to use devise_invitable gem in rails
Admin creates a User. App sends Invitation Email to new User. User
clicks on link provided in the email. Links takes new User to a webpage
where he pick his password. User can now login to the app.
I'm working with devise_invitable gem I need to know how to configure my users controller (create method)