fix activemaps_path url bug
This commit is contained in:
parent
1f9078638e
commit
498a9bc15b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class MapsController < ApplicationController
|
|||
|
||||
# GET /explore/mine
|
||||
def mymaps
|
||||
return redirect_to activemaps_url if !authenticated?
|
||||
return redirect_to explore_active_path if !authenticated?
|
||||
|
||||
page = params[:page].present? ? params[:page] : 1
|
||||
@maps = policy_scope(
|
||||
|
|
Loading…
Add table
Reference in a new issue