weird behavior with Devise
apneadiving opened this issue · 2 comments
apneadiving commented
In my User
model I put:
acts_as_api
devise...
And I got some weird error messages: [WARNING] You provided devise_for :users but there is no model User defined in your application
Then I simply did:
devise...
acts_as_api
And everything works again...
crystalneth commented
Perhaps your template definition depends on something defined by devise?
fabrik42 commented
Closing this for now. Please re-open if issue is still present.