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 | |
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.
-rw-r--r-- | app/controllers/request_controller.rb | 1 | ||||
-rw-r--r-- | config/routes.rb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index ea84d3b10..fe212fb42 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -1,3 +1,4 @@ +# encoding: UTF-8 # app/controllers/request_controller.rb: # Show information about one particular request. # 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. # |