Extension to add theme support to spree.
BSD 3-Clause "New" or "Revised" License
34
stars
34
forks
source link
ActionView::Template::Error (No route matches {:action=>"show", :controller=>"spree/admin/themes_preview", :theme_id=>nil} #29
Open
matissg opened 6 years ago
Hi, First of all it's great, you've created themes for Spree and I'd love to try some of them out. At the moment I'm a bit stuck as I get this error:
Showing /mnt/c/sites/myappname/app/views/spree/layouts/spree_application.html.erb where line #21 raised:
My Gemfile looks like this:
I have Ruby 2.5.1 and Rails 5.1.6 So far I've tried to do something what was suggested here, however it does not work.
I'd be happy for any help. Thank you!