diff options
author | Robin Houston <robin.houston@gmail.com> | 2011-07-26 16:26:57 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2011-07-26 16:26:57 +0100 |
commit | bb0aa1892ba3af49025ee050eb762ed47c306425 (patch) | |
tree | de7a230170f40fbd20ba47ce5ea02fba4f46f5d8 | |
parent | b5d35d42219aa70b222e686dde29f2e78265d59d (diff) |
drop strange, stray comment
Conflicts:
app/models/raw_email.rb
-rw-r--r-- | app/models/raw_email.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/raw_email.rb b/app/models/raw_email.rb index 0b70d1786..2406cee7c 100644 --- a/app/models/raw_email.rb +++ b/app/models/raw_email.rb @@ -6,7 +6,6 @@ # id :integer not null, primary key # data_text :text # data_binary :binary -# # models/raw_email.rb: # The fat part of models/incoming_message.rb |