エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
render_to_string( :partial => "tags.html.erb", :locals => { :tags => @user_product.tags, :user_id... render_to_string( :partial => "tags.html.erb", :locals => { :tags => @user_product.tags, :user_id => @login_user.id } ) はDEPRECATION WARNINGが出る(Rails3.2.0.rc2)。 render_to_string( :partial => "tags", :formats => :html, :handlers => :erb, :locals => { :tags => @user_product.tags, :user_id => @login_user.id } ) と書けばよい。