show private, shared maps in All Maps
This commit is contained in:
parent
a176cdf231
commit
d28bd1b62d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class ExploreController < ApplicationController
|
||||||
|
|
||||||
# GET /explore/active
|
# GET /explore/active
|
||||||
def active
|
def active
|
||||||
@maps = map_scope(Map.where.not(name: 'Untitled Map').where.not(permission: 'private'))
|
@maps = map_scope(Map).where.not(name: 'Untitled Map')
|
||||||
|
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
format.html do
|
format.html do
|
||||||
|
|
Loading…
Reference in a new issue