diff options
Diffstat (limited to 'app/models/incoming_message.rb')
-rw-r--r-- | app/models/incoming_message.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb index b15ea4690..1d81e9d42 100644 --- a/app/models/incoming_message.rb +++ b/app/models/incoming_message.rb @@ -1,3 +1,4 @@ +# encoding: UTF-8 # == Schema Information # Schema version: 92 # @@ -13,8 +14,6 @@ # cached_main_body_text_unfolded :text # -# encoding: UTF-8 - # models/incoming_message.rb: # An (email) message from really anybody to be logged with a request. e.g. A # response from the public body. |