开发者

Devise RPX Connectable error undefined method user_session_url

开发者 https://www.devze.com 2023-02-21 05:31 出处:网络
I am trying to install the devise_rpx_connectable gem functionality into my application. Everything seemed to install fine but when I try to 开发者_StackOverflow社区call

I am trying to install the devise_rpx_connectable gem functionality into my application. Everything seemed to install fine but when I try to 开发者_StackOverflow社区call

<%= link_to_rpx "Signin using RPX!", user_session_url %>

I get an undefined method error on user_session_url

Any ideas on what is causing this?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消