aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/outgoing_message.rb
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2013-11-01 15:01:47 +0000
committerMark Longair <mhl@pobox.com>2013-11-01 15:01:47 +0000
commit6cb2a855ff56a6f80221355e40d0999c54cfeb4b (patch)
tree3fa71f23f5f69674dea45a4089f949725fc41c6a /app/models/outgoing_message.rb
parent1adf7197ec2894eb309994113b67fae5e7d5e903 (diff)
Update the helpful model schema annotations
These are regenerated with "bundle exec annotate"
Diffstat (limited to 'app/models/outgoing_message.rb')
-rw-r--r--app/models/outgoing_message.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/outgoing_message.rb b/app/models/outgoing_message.rb
index e2ee696c5..6efc1d2ba 100644
--- a/app/models/outgoing_message.rb
+++ b/app/models/outgoing_message.rb
@@ -12,6 +12,8 @@
# last_sent_at :datetime
# incoming_message_followup_id :integer
# what_doing :string(255) not null
+# prominence :string(255) default("normal"), not null
+# prominence_reason :text
#
# models/outgoing_message.rb: