Overriding devise recoverable
问题 As my reputation is lower than 50, so Im not able to comment below the accepted answer in this post In Rails Devise gem how to modify the send_reset_password_instructions method? for more information. I want to customize recoverable.rb in devise. I made a copy of it in my folder with path lib/devise/models/recoverable.rb . The problem is when request to send reset password instruction , I got error undefined method activerecord51? for Devise:Module . How do i solve this? It seems my