Sha256: 3b0d2ea66e44722676a56b800a3c649f0a646d61659de1978e55f86d0e04e818

Contents?: true

Size: 1.5 KB

Versions: 29

Compression:

Stored size: 1.5 KB

Contents

# rake db:seed:ti_02_fill_test_data

Ti::Category.delete_all
Ti::Category.create!([
                         { ord: 10, id: 1, title: 'Монтажные инструкции' }
                     ])

Ti::Category.create!([
                         { ord: 100, title: 'Водосточные системы', parent_category_id: 1},
                         { ord: 110, title: 'Снегозадержатели', parent_category_id: 1},
                         { ord: 120, title: 'Лестницы', parent_category_id: 1},
                         { ord: 130, title: 'Кровельные мостики и ограждения', parent_category_id: 1},
                         { ord: 140, title: 'Продукция из меди', parent_category_id: 1}
                     ])

Ti::Doc.delete_all
Ti::Doc.create!([
                    { title: 'Монтаж круглой водосточной системы P87', category_ids: [100] },
                    { title: 'Монтаж круглого водосточного желоба P13', category_ids: [100] },
                    { title: 'Монтаж прямоугольной водосточной системы K12', category_ids: [100] },
                    { title: 'Установка водосточной трубы P10 и K9x9', category_ids: [100] },
                    { title: 'Установка внутреннего кронштейна прямоугольной водосточной системы', category_ids: [100] }
                ])

Version data entries

29 entries across 16 versions & 1 rubygems

Version Path
c80_yax-0.1.0.25 engines/ti/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.25 engines/of/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.24 engines/of/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.24 engines/ti/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.23 engines/ti/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.23 engines/of/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.22 engines/of/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.22 engines/ti/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.21 engines/ti/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.21 engines/of/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.20 engines/of/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.20 engines/ti/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.18 engines/of/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.18 engines/ti/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.17 engines/of/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.17 engines/ti/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.16 engines/of/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.16 engines/ti/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.15 engines/of/db/seeds/ti_02_fill_test_data.rb
c80_yax-0.1.0.15 engines/ti/db/seeds/ti_02_fill_test_data.rb