OSDN Git Service

speach rename to speech
[pettanr/pettanr.git] / app / models / balloon.rb
index ee183cc..391b933 100644 (file)
@@ -1,8 +1,8 @@
 class Balloon < ActiveRecord::Base
-  has_many :speaches
+  has_many :speeches
   belongs_to :panel
   belongs_to :system_picture
-  accepts_nested_attributes_for :speaches
+  accepts_nested_attributes_for :speeches
   
   def url
     '/system_pictures/' + self.system_picture.filename