From efb15af2090b98cc8f3758fb037a57920d9d5ee4 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 11 Sep 2013 16:18:17 +1000 Subject: [PATCH] not needed, already in private section --- app/controllers/topics_controller.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/controllers/topics_controller.rb b/app/controllers/topics_controller.rb index 125b24ece62..8dddd4b00ac 100644 --- a/app/controllers/topics_controller.rb +++ b/app/controllers/topics_controller.rb @@ -329,8 +329,6 @@ class TopicsController < ApplicationController end end - private - def move_posts_to_destination(topic) args = {} args[:title] = params[:title] if params[:title].present?