Update explore_controller.rb
This commit is contained in:
parent
c0f89e6010
commit
eb10d9ad1b
1 changed files with 1 additions and 1 deletions
|
@ -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').where.not(permission: 'private'))
|
||||
|
||||
respond_to do |format|
|
||||
format.html do
|
||||
|
|
Loading…
Add table
Reference in a new issue