fabrik42/acts_as_api

weird behavior with Devise

apneadiving opened this issue · 2 comments

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...

Perhaps your template definition depends on something defined by devise?

Closing this for now. Please re-open if issue is still present.