allegroplanet / allegro-planet

1 stars 1 forks source link

Add "Article" Records in Admin #68

Closed MarkOates closed 4 years ago

MarkOates commented 4 years ago

Problem

Articles are listed and can be displayed on the web, but the only way to create them is by logging into the shell.

Solution

Add the model to the RailsAdmin config. For now, this will give admins access and they will be able to add/edit/create articles.

In the future, each user should have the ability to create articles (along with games and releases) through a dashboard, and should not be restricted to administrators.