0

認証を処理するために Rails アプリケーションに Clearance gem を使用しようとしていますが、ある時点でメール確認の機能が削除されていることがわかりました。

この機能はまだ存在しますか? もしそうなら、どのようにそれを有効にしますか?

4

1 に答える 1

0

OK, well, according to this thread on Google Groups, the author has indicated that the feature has been removed completely, and that you can implement it yourself using after_create in your User model.

于 2011-10-24T04:58:52.060 に答える