From 9863585ec3ccee716f7b3fc71cbd6e1f49714df1 Mon Sep 17 00:00:00 2001 From: cblanc Date: Tue, 5 May 2015 20:35:54 +0100 Subject: [PATCH] render_shoutmsgs never invoked --- app/controllers/shoutmsgs_controller.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/controllers/shoutmsgs_controller.rb b/app/controllers/shoutmsgs_controller.rb index 06a1e93..041116c 100644 --- a/app/controllers/shoutmsgs_controller.rb +++ b/app/controllers/shoutmsgs_controller.rb @@ -29,11 +29,4 @@ class ShoutmsgsController < ApplicationController @shoutmsg.destroy redirect_to_back end - - - private - - def render_shoutmsgs shoutable_type = nil, shoutable_id = nil - - end end