lib/refinery/authentication/devise/system.rb in refinerycms-authentication-devise-1.0.3 vs lib/refinery/authentication/devise/system.rb in refinerycms-authentication-devise-1.0.4

- old
+ new

@@ -50,10 +50,10 @@ sanitized_stored_location_for(resource_or_scope) || signed_in_root_path(resource_or_scope) end def after_sign_out_path_for(resource_or_scope) - refinery.root_path + refinery.login_path end protected :store_location, :pop_stored_location, :redirect_back_or_default, :sanitized_stored_location_for end