diff options
| author | Edouard Maffert | 2016-05-13 12:58:24 +0200 | 
|---|---|---|
| committer | Edouard Maffert | 2016-05-13 12:58:24 +0200 | 
| commit | 8c3c59fd718cc283f5e1c73f5d6fb68c0cb6e444 (patch) | |
| tree | c9fa51a8c4d88fe36904fe6cfe8ec5ac93418e61 /db/seeds.rb | |
| parent | 95ba9097b53fa4af11623f54f0c58685b12c545d (diff) | |
| download | chouette-core-8c3c59fd718cc283f5e1c73f5d6fb68c0cb6e444.tar.bz2 | |
add Offerworkbench to seed
Diffstat (limited to 'db/seeds.rb')
| -rw-r--r-- | db/seeds.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/db/seeds.rb b/db/seeds.rb index 9cfcc17db..e662bb18f 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -18,3 +18,5 @@ end  10.times do |n|    line_referential.lines.find_or_create_by name: "Ligne Test #{n}"  end + +OfferWorkbench.find_or_create_by(name: "Gestion de l'offre", organisation: stif)
\ No newline at end of file | 
