render_shoutmsgs never invoked

This commit is contained in:
cblanc 2015-05-05 20:35:54 +01:00
parent 8fd76a7668
commit 7841ed732e

View file

@ -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