mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 01:11:23 +00:00
render_shoutmsgs never invoked
This commit is contained in:
parent
9574a51dd1
commit
7044bb0758
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue