OSDN Git Service

t#32402:add file prof
[pettanr/pettanr.git] / app / controllers / speech_balloon_templates_controller.rb
index ab39367..eb8d883 100644 (file)
@@ -26,6 +26,7 @@ class SpeechBalloonTemplatesController < ApplicationController
 
     respond_to do |format|
       format.html # show.html.erb
+      format.prof  { render :template => 'top/prof', :layout => true }
       format.json {
         render :json => @speech_balloon_template.to_json(SpeechBalloonTemplate.show_json_opt)
       }