Skip to content

isheninp/spree_pretty_routes

Repository files navigation

Spree Pretty Routes

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!

Installation

  1. Add this extension to your Gemfile with this line:
gem 'spree_pretty_routes', github: 'isheninp/spree_pretty_routes'
  1. Install the gem using Bundler:
bundle install
  1. 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

About

Removes /t/ from taxonomy routes (Spee 3.7.0)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors