diff options
author | Mark Longair <mhl@pobox.com> | 2013-04-16 12:54:07 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-04-16 12:54:07 +0100 |
commit | 68bcab4396a38bae45b5c16c4826dadee6e06b3e (patch) | |
tree | 589e5c3f9d618c9efeb8d08cd4d2d398a1e339c5 /config/routes.rb | |
parent | 5022558d56058bb723b4e29d1f0e455472960cda (diff) |
Add encoding specifications to two files that use UTF-8
Both of these files include multi-byte UTF-8 sequences,
so should have a 'magic comment' specifying the encoding.
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 40cec32c8..1895543d7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,3 +1,4 @@ +# encoding: UTF-8 # config/routes.rb: # Mapping URLs to controllers for FOIFA. # |