From d9f1d55395bc69e291522f05e45661828d8e5068 Mon Sep 17 00:00:00 2001 From: francis Date: Wed, 27 Feb 2008 14:01:30 +0000 Subject: annotate models --- app/models/info_request.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/models/info_request.rb') diff --git a/app/models/info_request.rb b/app/models/info_request.rb index c6dc88aea..6a72af2f9 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 36 +# Schema version: 39 # # Table name: info_requests # @@ -12,6 +12,7 @@ # described_state :string(255) not null # awaiting_description :boolean default(false), not null # prominence :string(255) default("normal"), not null +# url_title :text not null # # models/info_request.rb: @@ -20,7 +21,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: info_request.rb,v 1.48 2008-02-27 13:59:52 francis Exp $ +# $Id: info_request.rb,v 1.49 2008-02-27 14:01:30 francis Exp $ require 'digest/sha1' -- cgit v1.2.3