Rails 4 アプリに spree と zurb の基盤を統合したところ、spree はビューに .html.erb ファイルを追加しなかったため、spree のデフォルト レイアウトをカスタマイズする方法がわかりません。
harriss-air:montrealfixed harrisrobin$ spree install --auto-accept
gemfile spree
gemfile spree_gateway
gemfile spree_auth_devise
run bundle install from "."
identical config/initializers/spree.rb
identical config/spree.yml
remove public/index.html
append public/robots.txt
exist app/assets/javascripts/store
exist app/assets/javascripts/admin
exist app/assets/stylesheets/store
exist app/assets/stylesheets/admin
exist app/assets/images/store
exist app/assets/images/admin
identical app/assets/javascripts/store/all.js
identical app/assets/stylesheets/store/all.css
identical app/assets/javascripts/admin/all.js
identical app/assets/stylesheets/admin/all.css
exist app/overrides
append db/seeds.rb
copying migrations
creating database
running migrations
loading seed data
loading sample data
insert config/routes.rb
**************************************************
We added the following line to your application's config/routes.rb file:
mount Spree::Core::Engine, :at => '/'
**************************************************
Spree has been installed successfully. You're all ready to go!
インストールするとすべてがスムーズに進みます..しかし、アプリ>ビューファイルは同じままで、spreeフォルダーはありません。レイアウトで application.html.erb しか見えません。だから問題は..レール4でスプリーをカスタマイズするにはどうすればよいですか? より具体的には、zurb-foundation を使用して後者を行うにはどうすればよいですか。