From d28bd1b62d1e1dcc912de4de534e4f4f8c1eb23f Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Tue, 8 Nov 2016 15:11:24 -0500 Subject: [PATCH] show private, shared maps in All Maps --- app/controllers/explore_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/explore_controller.rb b/app/controllers/explore_controller.rb index 2e713213..8707dbeb 100644 --- a/app/controllers/explore_controller.rb +++ b/app/controllers/explore_controller.rb @@ -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