From eb10d9ad1b303c81887e4957aa1a795b5aeb4581 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Thu, 6 Oct 2016 23:44:41 -0400 Subject: [PATCH] Update explore_controller.rb --- 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 c6897047..2e713213 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').where.not(permission: 'private')) respond_to do |format| format.html do