lol that would have been dumb

This commit is contained in:
Devin Howard 2016-06-20 08:26:43 +08:00
parent dd02d221d4
commit e818f494bb

View file

@ -59,7 +59,7 @@ class MapsController < ApplicationController
def sharedmaps
if !authenticated?
skip_policy_scope
return redirect_to activemaps_url
return redirect_to explore_active_path
end
page = params[:page].present? ? params[:page] : 1