OSDN Git Service

t#32402:add file prof
[pettanr/pettanr.git] / app / models / speech_balloon_template.rb
index 62b5c5f..a6c6f75 100644 (file)
@@ -30,6 +30,10 @@ class SpeechBalloonTemplate < ActiveRecord::Base
     true
   end
   
+  def symbol_option
+    self.system_picture.tmb_opt_img_tag
+  end
+  
   def self.list
     opt = {}
     opt.merge!(self.list_opt)