Update explore_controller.rb

This commit is contained in:
Connor Turland 2016-10-06 23:44:41 -04:00 committed by GitHub
parent c0f89e6010
commit eb10d9ad1b

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').where.not(permission: 'private'))
respond_to do |format|
format.html do