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 /app/controllers/request_controller.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 'app/controllers/request_controller.rb')
-rw-r--r-- | app/controllers/request_controller.rb | 1 |
1 files changed, 1 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. # |