OSDN Git Service

m
[pettanr/pettanr.git] / app / models / speech_balloon.rb
index 8aabc7a..8c6423f 100644 (file)
@@ -72,6 +72,10 @@ class SpeechBalloon < ActiveRecord::Base
     self.panel.visible? roles
   end
   
+  def symbol_option
+    self.speech_balloon_template.symbol_option
+  end
+  
   def new_balloon
     @new_balloon
   end