認証を処理するために Rails アプリケーションに Clearance gem を使用しようとしていますが、ある時点でメール確認の機能が削除されていることがわかりました。
この機能はまだ存在しますか? もしそうなら、どのようにそれを有効にしますか?
認証を処理するために Rails アプリケーションに Clearance gem を使用しようとしていますが、ある時点でメール確認の機能が削除されていることがわかりました。
この機能はまだ存在しますか? もしそうなら、どのようにそれを有効にしますか?
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.