mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-30 21:20:43 +00:00
render_shoutmsgs never invoked
This commit is contained in:
parent
b1d8d65ccf
commit
3bd72b6ddf
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