diff options
author | Gareth Rees <gareth@garethrees.co.uk> | 2017-03-22 13:36:04 +0000 |
---|---|---|
committer | Gareth Rees <gareth@garethrees.co.uk> | 2017-03-22 13:36:04 +0000 |
commit | 30f48c5d6c9b2f800e21eebb5a1dd56ff5241446 (patch) | |
tree | dcd2b0576b4e18ed15bd7c091c8fa25362e7ed5b /lib/patch_mailer_paths.rb | |
parent | a9dfb2ea21181266984d01810ac5c458c500e381 (diff) | |
parent | 0dee8c3bd06dd8779500667018185fab6dcee04e (diff) |
Merge branch 'master' into develop
Diffstat (limited to 'lib/patch_mailer_paths.rb')
-rw-r--r-- | lib/patch_mailer_paths.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/patch_mailer_paths.rb b/lib/patch_mailer_paths.rb index 99da10a..4533be0 100644 --- a/lib/patch_mailer_paths.rb +++ b/lib/patch_mailer_paths.rb @@ -1,3 +1,4 @@ +# -*- encoding : utf-8 -*- # Add a callback - to be executed before each request in development, # and at startup in production - to patch existing app classes. # See http://stackoverflow.com/questions/7072758/plugin-not-reloading-in-development-mode |