af83/chouette-core

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

Summary

Maintainability
A
0 mins
Test Coverage
module Chouette
  class VehicleJourneyFootnoteRelationship < RelationshipRecord
    self.table_name = "footnotes_vehicle_journeys"

    belongs_to :footnote
    belongs_to :vehicle_journey
  end
end