OSDN Git Service

add folder
[pettanr/pettanr.git] / app / controllers / pictures_controller.rb
index b4c6d8e..6ebc5bf 100644 (file)
@@ -19,6 +19,7 @@ class PicturesController < ApplicationController
   
   def show_html_format format
     format.html {
+      @item.boosts 'post'
       @picture = @item
     }
   end