文件名称:spree_option_value_quantity_promotion
文件大小:18KB
文件格式:ZIP
更新时间:2024-06-10 15:30:57
Ruby
SpreeOptionValueQuantityPromotion 介绍在这里。 安装 将spree_option_value_quantity_promotion添加到您的Gemfile中: gem 'spree_option_value_quantity_promotion' 捆绑您的依赖项并运行安装生成器: bundle bundle exec rails g spree_option_value_quantity_promotion:install 测验 首先捆绑您的依赖项,然后运行rake 。 rake不存在,则rake将默认构建该虚拟应用程序,然后它将运行specs。 可以使用rake test_app来重新生成虚拟应用程序。 bundle bundle exec rake 在测试与此扩展程序的应用程序集成时,可以使用它的工厂。 只需将此require语句添加到您
【文件预览】:
spree_option_value_quantity_promotion-develop
----.gitignore(105B)
----README.md(944B)
----bin()
--------rails(328B)
----Gemfile(257B)
----LICENSE(1KB)
----app()
--------views()
--------models()
--------assets()
----.rspec(7B)
----config()
--------locales()
--------routes.rb(74B)
----spec()
--------spec_helper.rb(3KB)
----spree_option_value_quantity_promotion.gemspec(1KB)
----lib()
--------generators()
--------spree_option_value_quantity_promotion.rb(76B)
--------spree_option_value_quantity_promotion()
----Rakefile(465B)