简体   繁体   中英

rails 4 : NoMethodError in Devise::SessionsController#create

I am trying to migrate my rails application from rails 3 version to rails 4 version.I am using devise gem for authentication and using devise gem version '3.0.0' . whenever i try to login in my app i am getting below error

undefined method `is_flashing_format?' for #<Devise::SessionsController:0x42422e8>

Please help

Thanks,

I upgraded my devise gem version to '3.4.1' and its working fine.

Thanks,

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM