lib/govdelivery/tms/resource/email_message.rb in govdelivery-tms-0.8.5 vs lib/govdelivery/tms/resource/email_message.rb in govdelivery-tms-0.8.7

- old
+ new

@@ -74,7 +74,9 @@ collection_attribute :sent, 'EmailRecipients' ## # A CollectionResource of EmailRecipients that failed, not neccessarily bounced collection_attribute :failed, 'EmailRecipients' + + linkable_attributes :email_template end end