diff options
Diffstat (limited to 'app/models/workbench.rb')
| -rw-r--r-- | app/models/workbench.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/app/models/workbench.rb b/app/models/workbench.rb index 30692e625..cd90f8253 100644 --- a/app/models/workbench.rb +++ b/app/models/workbench.rb @@ -10,6 +10,7 @@ class Workbench < ActiveRecord::Base    has_many :stop_areas, through: :stop_area_referential    has_many :imports    has_many :workbench_imports +  has_many :compliance_check_sets    validates :name, presence: true    validates :organisation, presence: true | 
