OSDN Git Service

temp
[pettanr/pettanr.git] / app / models / panel.rb
index 0f133cb..d2bfdf7 100644 (file)
@@ -28,7 +28,7 @@ class Panel < ActiveRecord::Base
   end
   
   def self.each_element_class_names
-    Pettanr::Application.elements.each do |k, n|
+    Pettanr::Application.manifest.system_resources.elements.each do |k, n|
       yield k
     end
   end