OSDN Git Service

fix form
[pettanr/pettanr.git] / app / models / panel.rb
index 723bdb2..28029ed 100644 (file)
@@ -1,5 +1,5 @@
 #コマ
-class Panel < Pettanr::Content
+class Panel < Peta::Content
   belongs_to :author
   has_many :scroll_panels
   has_many :sheet_panels
@@ -23,7 +23,7 @@ class Panel < Pettanr::Content
   end
   
   def self.each_element_class_names
-    Pettanr::Application.manifest.system_resources.elements.each do |k, n|
+    Manifest.manifest.system_resources.elements.each do |k, n|
       yield k
     end
   end