OSDN Git Service

fix:error dlg
[pettanr/pettanr.git] / lib / manifest.rb
index 0319140..05262e7 100644 (file)
@@ -6,4 +6,4 @@ require_dependency "manifest/model"
 require_dependency "manifest/system_resource"
 Manifest::load JSON.parse(open(File.expand_path('../../public/manifest.json', __FILE__)).read)
 
-Manifest.manifest.init
+Manifest.manifest.init if Rails.env == "development"