diff options
| author | Zog | 2018-03-13 09:10:34 +0100 | 
|---|---|---|
| committer | Johan Van Ryseghem | 2018-04-04 11:08:20 +0200 | 
| commit | f946eb8d72a5601020c420b33225c31b12277be4 (patch) | |
| tree | b4d2287a6f72b6d2d34c15a0076d2fe79d3c6312 /spec/factories | |
| parent | ecf0dd6406576f8a63ee056fab73b05171c3e767 (diff) | |
| download | chouette-core-f946eb8d72a5601020c420b33225c31b12277be4.tar.bz2 | |
Refs #6089; Adds `attachment` Custom Fields
As well as an helper to render them in a partial
Diffstat (limited to 'spec/factories')
| -rw-r--r-- | spec/factories/custom_fields.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/spec/factories/custom_fields.rb b/spec/factories/custom_fields.rb index 7c43a6147..db7a3823e 100644 --- a/spec/factories/custom_fields.rb +++ b/spec/factories/custom_fields.rb @@ -3,7 +3,7 @@ FactoryGirl.define do      code "code"      resource_type "VehicleJourney"      sequence(:name){|n| "custom field ##{n}"} -    field_type "list" +    field_type "integer"      options( { capacity: "0" } )    end  end | 
