This commit is contained in:
Devin Howard 2017-04-21 00:35:45 +00:00 committed by GitHub
commit ec65eb3eff

View file

@ -9,7 +9,7 @@ class ExploreController < ApplicationController
# GET /explore/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|
format.html do