af83/chouette-core

View on GitHub
app/models/chouette/time_tables_vehicle_journey.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Chouette
  class TimeTablesVehicleJourney < Chouette::RelationshipRecord

    belongs_to :time_table
    belongs_to :vehicle_journey

  end
end