mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-10 14:59:51 +08:00
init project
This commit is contained in:
6
spec/mailers/previews/user_mailer_preview.rb
Normal file
6
spec/mailers/previews/user_mailer_preview.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
# Preview all emails at http://localhost:3000/rails/mailers/user_mailer
|
||||
class UserMailerPreview < ActionMailer::Preview
|
||||
def register_email
|
||||
UserMailer.register_email("63595834@qq.com", "123456")
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user