Skip to content

Instantly share code, notes, and snippets.

@knowuh
Created October 31, 2014 18:20
Show Gist options
  • Save knowuh/b32702c48e170242dd5f to your computer and use it in GitHub Desktop.
Save knowuh/b32702c48e170242dd5f to your computer and use it in GitHub Desktop.
def run_report(key)
r = Run.find_by_key(key)
r.sequence_run.runs.each do |r|
puts [r.id, r.activity_id, r.remote_endpoint, r.collaboration_run||"none", run.dirty?].join(", “)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment