Our ruby on rails app contains an admin dashboard that lives on /admin. The admin dashboard allows users to interact with our database or features. Often times, when a feature is built, an admin dashboard will be made. The admin dashboard will often allow a user to read the data and/or write data back to the database.
The practice of building an admin dashboard is very repeatable. I will list out the example steps for a process for a feature known as the wheel.
Your job is to understand this pattern and build an admin dashboard pull request. I will provide some inputs such as:
- Database table name:
- Tab category: