diff options
author | FOI site testharness <foi-testharness@sandwich.ukcod.org.uk> | 2010-09-09 01:21:29 +0100 |
---|---|---|
committer | FOI site testharness <foi-testharness@sandwich.ukcod.org.uk> | 2010-09-09 01:21:29 +0100 |
commit | 291d688cb84e1f4a95dca9d814d41a27528415ad (patch) | |
tree | a43838e70c23b801d8484e1234161943c89f190b | |
parent | e4275ce575604f9ed8a834a9d1eb5b1751ec99e0 (diff) |
Say encoding of source file (which contains a £ sign) (for Ruby 1.9)
-rw-r--r-- | app/models/incoming_message.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb index 274c42a60..c1bcc427f 100644 --- a/app/models/incoming_message.rb +++ b/app/models/incoming_message.rb @@ -1,3 +1,5 @@ +# encoding: UTF-8 + # == Schema Information # Schema version: 89 # |