diff options
author | Louise Crow <louise.crow@gmail.com> | 2016-04-04 15:05:20 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2016-04-06 15:42:54 +0100 |
commit | 8ccab37ebc69e0e729b0b1748378006a811f4071 (patch) | |
tree | 7a7d5656dad4930e213c9bf740a5ee4f6c5f0c4f /lib/model_patches.rb | |
parent | a16a4c35b006ce7de18e8c0cf781c136ebcf9019 (diff) |
Convert to two-space indentation.
Diffstat (limited to 'lib/model_patches.rb')
-rw-r--r-- | lib/model_patches.rb | 16 |
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 |