candychang/bernal-heights

View on GitHub
app/models/hotspotissue.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Hotspotissue < ActiveRecord::Base
    belongs_to :hotspot
    belongs_to :issue
end