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

Is it possible to use user model that's not User #189

Closed harin closed 8 years ago

harin commented 8 years ago

I would like to use it with spreecommerce, so the user model would be spree_user. Is there a way to do this? The generated migration seems to be referencing user table.

harin commented 8 years ago

Ok, found the initializer, sorry about that :(