candychang/bernal-heights

View on GitHub
app/models/issue.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Issue < ActiveRecord::Base
    has_many :hotspotissues
    has_many :hotspots, :through => :hotspotissues
end