diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-09-19 15:32:27 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-09-19 15:32:27 +0100 |
commit | 550f143a9c9be1ebdfe257fe853a2adf1e13973c (patch) | |
tree | 64890a49f5f567392bd1b7be7cc0c582329f66a9 /app/models/info_request.rb | |
parent | dd533b28f1101a4150365bbd7f16f276396364e8 (diff) |
Add an option to disable comments on a request
Closes #30.
Diffstat (limited to 'app/models/info_request.rb')
-rw-r--r-- | app/models/info_request.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/info_request.rb b/app/models/info_request.rb index 2e16d0f58..b62f67ee1 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -1,4 +1,5 @@ # == Schema Information +# Schema version: 20120919140404 # # Table name: info_requests # @@ -19,6 +20,7 @@ # external_user_name :string(255) # external_url :string(255) # attention_requested :boolean default(FALSE) +# comments_allowed :boolean default(TRUE), not null # require 'digest/sha1' |