diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-05-24 10:14:05 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-05-24 10:14:05 +0100 |
commit | 211d62c99dc70a2c259a2d00485f6f15c353ab2f (patch) | |
tree | 9ff60f4272ba4e4e628b755fef1033b324adcce9 /app/models/incoming_message.rb | |
parent | 6b4e84909554224ea30f901146610d452d612a55 (diff) |
Re-annotate models
Diffstat (limited to 'app/models/incoming_message.rb')
-rw-r--r-- | app/models/incoming_message.rb | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/app/models/incoming_message.rb b/app/models/incoming_message.rb index 9dcd8c1bc..45e5a7012 100644 --- a/app/models/incoming_message.rb +++ b/app/models/incoming_message.rb @@ -1,24 +1,3 @@ -# == Schema Information -# Schema version: 108 -# -# Table name: incoming_messages -# -# id :integer not null, primary key -# info_request_id :integer not null -# created_at :datetime not null -# updated_at :datetime not null -# raw_email_id :integer not null -# cached_attachment_text_clipped :text -# cached_main_body_text_folded :text -# cached_main_body_text_unfolded :text -# sent_at :time -# subject :text -# mail_from_domain :text -# valid_to_reply_to :boolean -# last_parsed :datetime -# mail_from :text -# - # encoding: UTF-8 # models/incoming_message.rb: @@ -1142,3 +1121,24 @@ class IncomingMessage < ActiveRecord::Base end + +# == Schema Information +# +# Table name: incoming_messages +# +# id :integer not null, primary key +# info_request_id :integer not null +# created_at :datetime not null +# updated_at :datetime not null +# raw_email_id :integer not null +# cached_attachment_text_clipped :text +# cached_main_body_text_folded :text +# cached_main_body_text_unfolded :text +# subject :text +# mail_from_domain :text +# valid_to_reply_to :boolean +# last_parsed :datetime +# mail_from :text +# sent_at :datetime +# + |