I have a Category model and an Article model. The association is set up so a Category has many articles. A regular user should not be able to create a user.
I was wondering, is there any way in Rails for me to automatically create instances of Category (eg. "Sports", "Entertainment") without doing it in the console or filling in a form? I know one way is setting up admins, but is there a simpler way?