|
|
|
@ -17,11 +17,14 @@ module Devise
|
|
|
|
assign_message_metadata(action, record)
|
|
|
|
assign_message_metadata(action, record)
|
|
|
|
|
|
|
|
|
|
|
|
initialize_from_record(record)
|
|
|
|
initialize_from_record(record)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I18n.with_locale(record.account.locale) do
|
|
|
|
mail(headers_for(action, opts), &)
|
|
|
|
mail(headers_for(action, opts), &)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
# Assuming you have not yet modified this file, each configuration option below
|
|
|
|
# Assuming you have not yet modified this file, each configuration option below
|
|
|
|
# is set to its default value. Note that some are commented out while others
|
|
|
|
# is set to its default value. Note that some are commented out while others
|
|
|
|
|