aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/track_thing.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/track_thing.rb')
-rw-r--r--app/models/track_thing.rb5
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