Registering subusers from superuser level

I have implemented simple app for company management using Ruby on Rails
(devise gem). I can register as an entrepreneur and provide to my
profile
some data associated with my business. I’d like now to have ability to
register(and delete) my employees so that they can log in and update
some
permitted data. What’s the recommended approach?