mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Create a mailer preview for the shipped email
Available on http://localhost:3000/rails/mailers/spree/shipment/shipped
This commit is contained in:
11
spec/mailers/previews/shipment_preview.rb
Normal file
11
spec/mailers/previews/shipment_preview.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'open_food_network/scope_variant_to_hub'
|
||||
|
||||
module Spree
|
||||
class ShipmentPreview < ActionMailer::Preview
|
||||
def shipped
|
||||
ShipmentMailer.shipped_email(Shipment.last)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user