diff options
| author | cedricnjanga | 2018-03-18 21:47:40 -0700 | 
|---|---|---|
| committer | Luc Donnet | 2018-03-23 17:21:56 +0100 | 
| commit | 4ab6471d5dfecb78ad114cf5f2dc5ec5baaa5d25 (patch) | |
| tree | 3e1c069f2d17c531d66ea14d5a51b8f69c4f2826 /app/models/chouette/journey_pattern.rb | |
| parent | ae60062c6b7942790a444a7d7ed5d6add92519e6 (diff) | |
| download | chouette-core-4ab6471d5dfecb78ad114cf5f2dc5ec5baaa5d25.tar.bz2 | |
Refs #6210 Remove status value attribue from Chouette::VehicleJourney and section status fron Chouette::JourneyPattern
Diffstat (limited to 'app/models/chouette/journey_pattern.rb')
| -rw-r--r-- | app/models/chouette/journey_pattern.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/app/models/chouette/journey_pattern.rb b/app/models/chouette/journey_pattern.rb index 9c3ef78fa..5a5132200 100644 --- a/app/models/chouette/journey_pattern.rb +++ b/app/models/chouette/journey_pattern.rb @@ -15,7 +15,6 @@ module Chouette      validates_presence_of :name      #validates :stop_points, length: { minimum: 2, too_short: :minimum }, on: :update -    enum section_status: { todo: 0, completed: 1, control: 2 }      attr_accessor  :control_checked | 
