Rails: Should I namespace users table?

Viewed 26

I name spaced all my tables except users and then rails says cannot find module User I'm not clear on what to do about devise, if I namespaced the controllers that have authorize_user callbacks then should I namespace the users table also or how do I setup devise

0 Answers
Related