User authentication and authorization is fundamental in most web applications, this tutorial will guide you through setting devise for authentication and adding an Admin section in your application. We will create a simple application where we will let the one sign_up either as a user or admin. Let’s assume you…