OSDN Git Service

fix profiler
[pettanr/pettanr.git] / app / controllers / comic_stories_controller.rb
index 88b937b..e79195d 100644 (file)
@@ -34,7 +34,7 @@ class ComicStoriesController < ApplicationController
     set_show
     respond_to do |format|
       show_prof_format format
-      format.json { render json: @item.comic_story_as_json(@operators.author) }
+      format.json { render json: @item.to_json }
     end
   end