Removes /t/ from taxonomy routes. Spree 3.7.0
www.site.com/t/categories/free -> www.site.com/categories/free etc..
Be sure that others extentions routes doesn't conflict with these urls!
- Add this extension to your Gemfile with this line:
gem 'spree_pretty_routes', github: 'isheninp/spree_pretty_routes'- Install the gem using Bundler:
bundle install- Restart your server
If your server was running, restart it so that it can find the assets properly.
Copyright (c) 2019 Pavel Ishenin, released under the New BSD License