From c17abc68294b33ffbd37e8d6baaff89ed75f7ac8 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 20 Oct 2015 18:16:41 -0700 Subject: [PATCH] Missing pod prefix --- config/environment.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environment.js b/config/environment.js index a6f5a79..2a35933 100644 --- a/config/environment.js +++ b/config/environment.js @@ -14,6 +14,7 @@ module.exports = function(environment) { APP: { genus: 'clostridium', }, + podModulePrefix: 'clostridiumdotinfo/pods', flashMessageDefaults: { sticky: true, type: 'error',