citrus / spree_essential_cms

SpreeEssentialCms is a full featured CMS for Spree Commerce.
BSD 3-Clause "New" or "Revised" License
68 stars 82 forks source link

redirect_to products_url ? #16

Closed lafeber closed 12 years ago

lafeber commented 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.

citrus commented 12 years ago

Thanks for pointing this out. I'll remove the redirect next time I get a chance to work on this ;)

lafeber commented 12 years ago

Ok, thanks!

citrus commented 12 years ago

This is fixed on the master banch.