aboutsummaryrefslogtreecommitdiffstats
path: root/lib/model_patches.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/model_patches.rb')
-rw-r--r--lib/model_patches.rb16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/model_patches.rb b/lib/model_patches.rb
index 1564dc4..7f3b4de 100644
--- a/lib/model_patches.rb
+++ b/lib/model_patches.rb
@@ -6,12 +6,12 @@
#
Rails.configuration.to_prepare do
- # Example of adding a default text to each message
- # OutgoingMessage.class_eval do
- # # Add intro paragraph to new request template
- # def default_letter
- # return nil if self.message_type == 'followup'
- # "If you uncomment this line, this text will appear as default text in every message"
- # end
- # end
+ # Example of adding a default text to each message
+ # OutgoingMessage.class_eval do
+ # # Add intro paragraph to new request template
+ # def default_letter
+ # return nil if self.message_type == 'followup'
+ # "If you uncomment this line, this text will appear as default text in every message"
+ # end
+ # end
end