models/gephi_record.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Registers one network relationship and score for Gephi
class GephiRecord < ActiveRecord::Base
  belongs_to :trace
end