diff options
author | Mark Longair <mhl@pobox.com> | 2013-11-01 15:01:47 +0000 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-11-01 15:01:47 +0000 |
commit | 6cb2a855ff56a6f80221355e40d0999c54cfeb4b (patch) | |
tree | 3fa71f23f5f69674dea45a4089f949725fc41c6a /spec/models/outgoing_message_spec.rb | |
parent | 1adf7197ec2894eb309994113b67fae5e7d5e903 (diff) |
Update the helpful model schema annotations
These are regenerated with "bundle exec annotate"
Diffstat (limited to 'spec/models/outgoing_message_spec.rb')
-rw-r--r-- | spec/models/outgoing_message_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/models/outgoing_message_spec.rb b/spec/models/outgoing_message_spec.rb index 8c000665b..bb270ca16 100644 --- a/spec/models/outgoing_message_spec.rb +++ b/spec/models/outgoing_message_spec.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 # require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') |