diff options
| author | Xinhui | 2017-08-31 17:35:50 +0200 | 
|---|---|---|
| committer | Xinhui | 2017-08-31 17:43:19 +0200 | 
| commit | 732375cb86150cc675e1c61556cd17160e35f564 (patch) | |
| tree | 50a06e9144b2200ee015d228842731b04b839774 /app/models/workbench.rb | |
| parent | c7ca08f191733293fc084abadc729cd3c224e120 (diff) | |
| parent | 26c4b71042d258da2fc9ccd67855219b9b012c6b (diff) | |
| download | chouette-core-732375cb86150cc675e1c61556cd17160e35f564.tar.bz2 | |
Merge branch 'master' into stif_netex_objectid
Diffstat (limited to 'app/models/workbench.rb')
| -rw-r--r-- | app/models/workbench.rb | 2 | 
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  | 
