aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/workbench.rb
diff options
context:
space:
mode:
authorXinhui2017-08-31 17:35:50 +0200
committerXinhui2017-08-31 17:43:19 +0200
commit732375cb86150cc675e1c61556cd17160e35f564 (patch)
tree50a06e9144b2200ee015d228842731b04b839774 /app/models/workbench.rb
parentc7ca08f191733293fc084abadc729cd3c224e120 (diff)
parent26c4b71042d258da2fc9ccd67855219b9b012c6b (diff)
downloadchouette-core-732375cb86150cc675e1c61556cd17160e35f564.tar.bz2
Merge branch 'master' into stif_netex_objectid
Diffstat (limited to 'app/models/workbench.rb')
-rw-r--r--app/models/workbench.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/workbench.rb b/app/models/workbench.rb
index 775affcc7..30692e625 100644
--- a/app/models/workbench.rb
+++ b/app/models/workbench.rb
@@ -9,7 +9,7 @@ class Workbench < ActiveRecord::Base
has_many :group_of_lines, through: :line_referential
has_many :stop_areas, through: :stop_area_referential
has_many :imports
- has_many :workbench_object_identifiers
+ has_many :workbench_imports
validates :name, presence: true
validates :organisation, presence: true