OSDN Git Service

mrg
[pettanr/pettanr.git] / app / controllers / system_controller.rb
index 59224a4..be48d47 100644 (file)
@@ -17,6 +17,8 @@ class SystemController < ApplicationController
     Manifest.manifest.init
     LocalManifest::load JSON.parse(open(Rails.root + 'public/local_manifest.json').read)
     LocalManifest.manifest.init
+    Manifest.manifest.init_after_load_manifest
+    Manifest.manifest.load_models_manifest
     respond_to do |format|
       format.html { redirect_to({:action => :index}) }
     end