mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-26 15:52:20 +01:00
6 lines
168 B
Ruby
6 lines
168 B
Ruby
class UsersMailerPreview < ActionMailer::Preview
|
|
def notify_user_account_created
|
|
UsersMailer.notify_user_account_created(User.first, 'wfwwefwefsdfsdf')
|
|
end
|
|
end
|