Sha256: 99a3f7c4666b7abb564671f741ab831a1011f4975be07aa1891fa5d4b2476a19

Contents?: true

Size: 775 Bytes

Versions: 2

Compression:

Stored size: 775 Bytes

Contents

# rake db:seed:x03_fill_offers

C80Catoffers::Offer.delete_all
C80Catoffers::Offer.create!([
                               {
                                   id:1,
                                   ord:20,
                                   title:'Фотоуслуги'
                               },
                               {
                                   id:2,
                                   ord:20,
                                   title:'Фотокурсы'
                               },
                               {
                                   id:3,
                                   ord:30,
                                   title:'Услуги визажиста'
                               }
                           ])

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
c80_catoffers-0.1.0.2 db/seeds/x03_fill_offers.rb
c80_catoffers-0.1.0.1 db/seeds/x03_fill_offers.rb