Merge d28bd1b62d
into a6694a3f72
This commit is contained in:
commit
ec65eb3eff
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…
Add table
Reference in a new issue