0
我需要覆蓋devise/lib/devise/models/authenticatable.rb
中的downcase_keys方法: see。忽略設計downcase_keys方法
所以我在我的Rails應用程序的初始化它確實是:
module Devise
module Models
module Authenticatable
protected
def downcase_keys
puts "foo"
super
end
end
end
但這overrided方法不會被調用時(應該)。
任何線索?
謝謝。
你重新啓動了服務器嗎? – Matt
當然馬特:) – ethd
不想光顧,你會驚訝多久就是這個問題:D – Matt