diff options
author | Francis Irving <francis@mysociety.org> | 2010-06-16 20:16:10 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-06-16 20:16:10 +0100 |
commit | f7b610ebbfa0552b727a41fc092ac9c8c1b7fe3a (patch) | |
tree | 0b7cca4822911d18e003b7bbbb0c995ad882d2cf /app/models/track_thing.rb | |
parent | 9438fe1eb36ed95c0787c8d764e94fde2698012e (diff) |
Change 'rejected' to 'refused', as used in the law
Diffstat (limited to 'app/models/track_thing.rb')
-rw-r--r-- | app/models/track_thing.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/track_thing.rb b/app/models/track_thing.rb index 3392a4210..c2036118f 100644 --- a/app/models/track_thing.rb +++ b/app/models/track_thing.rb @@ -215,7 +215,7 @@ class TrackThing < ActiveRecord::Base # RSS sorting - XXX hmmm, we don't really know which to use # here for sorting. Might be a query term (e.g. 'cctv'), in # which case newest is good, or might be something like - # all rejected requests in which case want to sort by + # all refused requests in which case want to sort by # described (when we discover criteria is met). Rather # conservatively am picking described, as that will make # things appear in feed more than the should, rather than less. |