OSDN Git Service

t#:
[pettanr/pettanr.git] / app / models / system_picture.rb
index 144c152..b89e595 100644 (file)
@@ -1,6 +1,6 @@
 class SystemPicture < Pettanr::Item
   has_many :balloons
-  has_many :balloon_templates
+  has_many :speech_balloon_templates
   has_many :licenses
   
   validates :ext, :presence => true, :length => {:maximum => 4}, :inclusion => {:in => ['png', 'jpeg', 'gif']}