Devise RPX Connectable error undefined method user_session_url-Collection of common programming errors

I am trying to install the devise_rpx_connectable gem functionality into my application. Everything seemed to install fine but when I try to call


I get an undefined method error on user_session_url

Any ideas on what is causing this?

  1. It turns out I had messed up on the initial generation of the devise model. I backed out and re-did it and everything started to work.

Originally posted 2013-11-09 20:01:36.