lib/govdelivery/tms/resource/email_message.rb in govdelivery-tms-0.8.14 vs lib/govdelivery/tms/resource/email_message.rb in govdelivery-tms-0.9.0

- old
+ new

@@ -48,10 +48,11 @@ :click_tracking_enabled, :errors_to, :from_email, :from_name, :macros, + :message_type_code, :open_tracking_enabled, :reply_to, :subject # @!parse attr_reader :id, :created_at, :status @@ -75,8 +76,8 @@ ## # A CollectionResource of EmailRecipients that failed, not neccessarily bounced collection_attribute :failed, 'EmailRecipients' - linkable_attributes :email_template + linkable_attributes :email_template, :message_type end end