Changeset 1521

Show
Ignore:
Timestamp:
04/16/08 13:43:52 (4 weeks ago)
Author:
kindlund
Message:

Switched source_name to something a little more informative.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hive/trunk/data_webapp/app/controllers/queue_urls_controller.rb

    r1501 r1521  
    4444    # TODO: Get this information via the database OR the user 
    4545    params[:queue_url][:source_type] = "web" 
    46     params[:queue_url][:source_name] = "MITRE
     46    params[:queue_url][:source_name] = "drone_interface
    4747    @queue_url = QueueUrl.new_from_hash(params[:queue_url]) 
    4848