bus-detective/bus-detective

View on GitHub
app/models/shape_point.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ShapePoint < ActiveRecord::Base
  belongs_to :shape
  has_one :agency, through: :shape
end