文件名称:spree_draper:在 Spree 中使用 Draper gem 而不覆盖任何内容
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-21 21:04:49
Ruby
spree_draper 在您的 Spree 应用程序中使用 gem,而无需覆盖任何内容。 适用于前端(用户界面)和后端(管理面板)。 安装 将 spree_draper 添加到您的 Gemfile 中: gem 'spree_draper' , github : 'naliwajek/spree_draper' , branch : '2-1-stable' 并安装: bundle install 用法 像往常一样创建你的 Draper 装饰器: # app/decorators/spree/user_decorator.rb module Spree class UserDecorator < Draper :: Decorator delegate_all def full_name " #{ first_name } #{ last_n
【文件预览】:
spree_draper-2-1-stable
----bin()
--------rails(303B)
----Rakefile(324B)
----LICENSE(1KB)
----app()
--------controllers()
----Gemfile(203B)
----spree_draper.gemspec(649B)
----.rspec(7B)
----spec()
--------spec_helper.rb(3KB)
----.gitignore(105B)
----lib()
--------spree_draper()
--------spree_draper.rb(51B)
----README.md(2KB)