From aabf6e5967bf24f47c8c25d638ab8ba2c2db5968 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Tue, 8 Apr 2014 16:19:28 +0100 Subject: Annotate models Should have been run after related migrations. Could automate this to always run after migrations. --- spec/models/info_request_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/models/info_request_spec.rb') diff --git a/spec/models/info_request_spec.rb b/spec/models/info_request_spec.rb index 9766f928f..12499f50a 100644 --- a/spec/models/info_request_spec.rb +++ b/spec/models/info_request_spec.rb @@ -21,6 +21,7 @@ # external_url :string(255) # attention_requested :boolean default(FALSE) # comments_allowed :boolean default(TRUE), not null +# info_request_batch_id :integer # require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') -- cgit v1.2.3