diff options
Diffstat (limited to 'app/models/chouette/journey_pattern.rb')
| -rw-r--r-- | app/models/chouette/journey_pattern.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/app/models/chouette/journey_pattern.rb b/app/models/chouette/journey_pattern.rb index 797b6adb1..c1f9fb4f8 100644 --- a/app/models/chouette/journey_pattern.rb +++ b/app/models/chouette/journey_pattern.rb @@ -11,8 +11,6 @@ module Chouette      has_many :vehicle_journey_at_stops, :through => :vehicle_journeys      has_and_belongs_to_many :stop_points, -> { order("stop_points.position") }, :before_add => :vjas_add, :before_remove => :vjas_remove, :after_add => :shortcuts_update_for_add, :after_remove => :shortcuts_update_for_remove      has_many :stop_areas, through: :stop_points -    has_many :journey_pattern_sections -    has_many :route_sections, through: :journey_pattern_sections, dependent: :destroy      validates_presence_of :route      validates_presence_of :name | 
