aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/line_referential.rb
diff options
context:
space:
mode:
authorjpl2016-11-18 11:06:15 +0100
committerjpl2016-11-18 11:06:21 +0100
commita978aa7a29b8336bc5eb7ee23d75629ae369f3d5 (patch)
treea3ff41fd7b97997bd62962159e1ad5f252be9852 /app/models/line_referential.rb
parentd4c1ce56290e0af18da024d4d137f55198d18903 (diff)
downloadchouette-core-a978aa7a29b8336bc5eb7ee23d75629ae369f3d5.tar.bz2
Refs #1977: Add transport_submode enum. on lines#show
Diffstat (limited to 'app/models/line_referential.rb')
-rw-r--r--app/models/line_referential.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/line_referential.rb b/app/models/line_referential.rb
index 47bd67a06..8bbc32993 100644
--- a/app/models/line_referential.rb
+++ b/app/models/line_referential.rb
@@ -1,7 +1,6 @@
class LineReferential < ActiveRecord::Base
has_many :line_referential_memberships
has_many :organisations, through: :line_referential_memberships
-
has_many :lines, class_name: 'Chouette::Line'
has_many :group_of_lines, class_name: 'Chouette::GroupOfLine'
has_many :companies, class_name: 'Chouette::Company'