A Solidus admin interface to redirector, a rack middleware for HTTP redirects.
Add solidus_redirector to your Gemfile:
gem 'solidus_redirector', github: 'solidusio-contrib/solidus_redirector'
Bundle your dependencies and run the installation generator:
bundle
bin/rails g solidus_redirector:install
Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.
bundle
bundle exec rake
Copyright (c) 2013-2020 John Hawthorn and contributors, released under the New BSD License