OSDN Git Service

t#31896:refact elm
[pettanr/pettanr.git] / app / models / story.rb
index 375d553..ddc52a3 100644 (file)
@@ -137,7 +137,7 @@ class Story < ActiveRecord::Base
       :panel => {
         :author => {}, 
         :panel_pictures => {:picture => {:artist => {}, :license => {}}}, 
-        :speech_balloons =>{:balloons => {}, :speeches => {}}
+        :speech_balloons =>{:balloon => {}, :speech => {}}
       }
     }
   end
@@ -151,7 +151,7 @@ class Story < ActiveRecord::Base
       :panel => {
         :author => {}, 
         :panel_pictures => {:picture => {:artist => {}, :license => {}}}, 
-        :speech_balloons =>{:balloons => {}, :speeches => {}}
+        :speech_balloons =>{:balloon => {}, :speech => {}}
       }
     }}
   end
@@ -181,7 +181,7 @@ class Story < ActiveRecord::Base
       :panel => {
         :author => {}, 
         :panel_pictures => {:picture => {:artist => {}, :license => {}}}, 
-        :speech_balloons =>{:balloons => {}, :speeches => {}}
+        :speech_balloons =>{:balloon => {}, :speech => {}}
       }
     }}
   end