2012-11-06 46 views

回答

0

沒關係,我發現它,它是太明顯了,我幾乎不希望分享它大聲笑

但如果有人是不斷琢磨它,那麼你只需要改變

def active_for_authentication? 
    super && "your attribute"? 
end 

def inactive_message 
    if !"your attribute"? 
    :not_approved 
else 
    super # Use whatever other message 
end 
end 

我把「你的屬性」這2個地方應該在你的用戶模型