Closed lafeber closed 12 years ago
This plugin redirects root to products_url if there's no page with path '/'
I had to place
skip_before_filter :get_homepage
in my own home_controller_decorator.rb to fix it.
Thanks for pointing this out. I'll remove the redirect next time I get a chance to work on this ;)
Ok, thanks!
This is fixed on the master banch.
This plugin redirects root to products_url if there's no page with path '/'
I had to place
in my own home_controller_decorator.rb to fix it.