OSDN Git Service

t#31651:Speech ballon r
[pettanr/pettanr.git] / app / controllers / speech_balloons_controller.rb
index 516aca5..038436c 100644 (file)
@@ -87,6 +87,10 @@ class SpeechBalloonsController < ApplicationController
     @balloon.extend @speech_balloon_template.engine_balloon_module
     @speech.extend @speech_balloon_template.engine_speech_module
     
+    @speech_balloon_extend = @speech_balloon.extend_speech_balloon
+    @balloon_extend = @balloon.extend_balloon
+    @speech_extend = @speech.extend_speech
+    
     respond_to do |format|
       format.html {
         render @speech_balloon_template.engine_name + '/speech_balloons/edit'