Closed stonehz closed 12 years ago
@stonehz sorry for late response.
unfortunately, you can't use this gem with devise anymore :( devise uses orm adapter that supports just ar or mongoid, not couchdb odm's but you can build another hack or hack authlogic like this https://gist.github.com/1291395
sorry
I tried to use the ORM with Devise but I have a problem here: https://github.com/lucasrenan/CouchRest-Model-ORM-for-Devise/blob/master/couchrestmodel.rb#L23 It seems that Schema has been deprecated... Any Suggestions or workarounds?