aboutsummaryrefslogtreecommitdiffstats
path: root/lib/model_patches.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2016-04-04 15:05:20 +0100
committerLouise Crow <louise.crow@gmail.com>2016-04-06 15:42:54 +0100
commit8ccab37ebc69e0e729b0b1748378006a811f4071 (patch)
tree7a7d5656dad4930e213c9bf740a5ee4f6c5f0c4f /lib/model_patches.rb
parenta16a4c35b006ce7de18e8c0cf781c136ebcf9019 (diff)
Convert to two-space indentation.
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