render_shoutmsgs never invoked

This commit is contained in:
cblanc 2015-05-05 20:35:54 +01:00 committed by simplefl
parent 9574a51dd1
commit 7044bb0758

View file

@ -29,11 +29,4 @@ class ShoutmsgsController < ApplicationController
@shoutmsg.destroy @shoutmsg.destroy
redirect_to_back redirect_to_back
end end
private
def render_shoutmsgs shoutable_type = nil, shoutable_id = nil
end
end end