OSDN Git Service

fix panel test
[pettanr/pettanr.git] / app / models / speech_balloon_template.rb
index b5f12e0..a9a20ec 100644 (file)
@@ -52,6 +52,15 @@ class SpeechBalloonTemplate < ActiveRecord::Base
     st
   end
   
     st
   end
   
+  def self.list
+    SpeechBalloonTemplate.find(:all)
+  end
+  
+  def self.show rid
+    r = SpeechBalloonTemplate.find(rid)
+    r
+  end
+  
   def self.parse(data)
     res = data
     begin
   def self.parse(data)
     res = data
     begin