OSDN Git Service

comic model test ok
[pettanr/pettanr.git] / app / models / balloon_template.rb
index d4e3d5e..7f32278 100644 (file)
@@ -1,6 +1,6 @@
 class BalloonTemplate < ActiveRecord::Base
   belongs_to :speach_balloon
   has_many :speach_templates, :dependent => :destroy
-  belongs_to :resource_picture
+  belongs_to :system_picture
   accepts_nested_attributes_for :speach_templates
 end