OSDN Git Service

add show
[pettanr/pettanr.git] / app / controllers / system_pictures_controller.rb
index 5b9f7e6..ffb75de 100644 (file)
@@ -8,7 +8,7 @@ class SystemPicturesController < ApplicationController
     before_filter :authenticate_author, :only => []
   end
   before_filter :authenticate_admin!, :only => []
-
+  
   def self.model
     SystemPicture
   end
@@ -19,7 +19,6 @@ class SystemPicturesController < ApplicationController
   
   def show_html_format format
     format.html {
-      @system_picture = @item
     }
   end