diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-08-29 15:37:48 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-08-29 15:37:48 +0100 |
commit | a26fbf9b9653114869f0929103f94ceb1c405232 (patch) | |
tree | e6a0b14433944db411a3a39d1683327cbb71a099 /app/models | |
parent | 99ede60dd4c0f9ede9d806b8617202c6d4fc40fe (diff) |
re-enable tracking on "view requests" page (and make note that we now need to make the descriptions we present users more friendly)
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/track_thing.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/models/track_thing.rb b/app/models/track_thing.rb index 1cd957549..82848341d 100644 --- a/app/models/track_thing.rb +++ b/app/models/track_thing.rb @@ -119,6 +119,11 @@ class TrackThing < ActiveRecord::Base end end track_thing.track_query = query + # XXX should extract requested_by:, request:, requested_from: + # and stick their values into the respective relations. + # Should also update "params" to make the list_description + # nicer and more generic. It will need to do some clever + # parsing of the query to do this nicely return track_thing end |