aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/chouette/line.rb
diff options
context:
space:
mode:
authorXinhui2016-10-20 11:59:31 +0200
committerXinhui2016-10-20 11:59:31 +0200
commit14c0e5d6960f69bfc228c7390b3af9eb674724f6 (patch)
tree2a21af7efaf6e9e66404f388a5cd690be4c62d61 /app/models/chouette/line.rb
parent3416c562e3b139594b7cd267cf32f03b3982fcc0 (diff)
downloadchouette-core-14c0e5d6960f69bfc228c7390b3af9eb674724f6.tar.bz2
Set referential_metadata periodes as array + templating form
Refs #1782
Diffstat (limited to 'app/models/chouette/line.rb')
-rw-r--r--app/models/chouette/line.rb2
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