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
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 existingadmin_user
). Now when trying to access the page, I get the errorcolumn storytime_memberships.admin_user_id does not exist
. When checking the migration, it addeduser_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