OSDN Git Service

speach rename to speech
[pettanr/pettanr.git] / app / models / balloon_template.rb
index 7f32278..c050ed9 100644 (file)
@@ -1,6 +1,6 @@
 class BalloonTemplate < ActiveRecord::Base
-  belongs_to :speach_balloon
-  has_many :speach_templates, :dependent => :destroy
+  belongs_to :speech_balloon
+  has_many :speech_templates, :dependent => :destroy
   belongs_to :system_picture
-  accepts_nested_attributes_for :speach_templates
+  accepts_nested_attributes_for :speech_templates
 end