CultivateLabs / storytime

Storytime is a Rails 4+ CMS and blogging engine, with a core focus on content. It is built and maintained by @cultivatelabs
MIT License
752 stars 81 forks source link

Column storytime_memberships.admin_user_id does not exist #200

Open mebibou opened 8 years ago

mebibou commented 8 years ago

Hello, I just tried to install storytime using the guided setup. When asking for the user class for the model, I said AdminUser (I am using active admin and therefore want to use the existing admin_user). Now when trying to access the page, I get the error column storytime_memberships.admin_user_id does not exist. When checking the migration, it added user_id column, and I think that it is right because the name of the class is just a configuration and could be changed without doing another migration