OSDN Git Service

t#32472:add select on profiles
[pettanr/pettanr.git] / app / controllers / stories_controller.rb
index c8a8365..5d137c4 100644 (file)
@@ -32,6 +32,7 @@ class StoriesController < ApplicationController
 
     respond_to do |format|
       format.html { 
+        @story = @item
         if @author
           @new_sheets = Sheet.mylist(@author, 1, 5)
         end