diff options
Diffstat (limited to 'app/models/chouette/line.rb')
| -rw-r--r-- | app/models/chouette/line.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/chouette/line.rb b/app/models/chouette/line.rb index f2e3a2b08..c3a867caa 100644 --- a/app/models/chouette/line.rb +++ b/app/models/chouette/line.rb @@ -18,8 +18,6 @@ class Chouette::Line < Chouette::ActiveRecord has_many :footnotes, :inverse_of => :line, :validate => :true, :dependent => :destroy accepts_nested_attributes_for :footnotes, :reject_if => :all_blank, :allow_destroy => true - belongs_to_array_in_many :referential_metadatas - attr_reader :group_of_line_tokens attr_accessor :transport_mode |
