diff options
Diffstat (limited to 'app/models/chouette/line.rb')
| -rw-r--r-- | app/models/chouette/line.rb | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/app/models/chouette/line.rb b/app/models/chouette/line.rb index 27a37a7f4..50dd9b1b3 100644 --- a/app/models/chouette/line.rb +++ b/app/models/chouette/line.rb @@ -20,14 +20,13 @@ class Chouette::Line < Chouette::ActiveRecord    has_many :routes, :dependent => :destroy    has_many :journey_patterns, :through => :routes    has_many :vehicle_journeys, :through => :journey_patterns +  has_many :routing_constraint_zones, through: :routes    has_and_belongs_to_many :group_of_lines, :class_name => 'Chouette::GroupOfLine', :order => 'group_of_lines.name'    has_many :footnotes, :inverse_of => :line, :validate => :true, :dependent => :destroy    accepts_nested_attributes_for :footnotes, :reject_if => :all_blank, :allow_destroy => true -  has_many :routing_constraint_zones -    attr_reader :group_of_line_tokens    # validates_presence_of :network | 
