组织文章的“点击展开隐藏楼层”
This commit is contained in:
parent
0146ac1f11
commit
9a4c210d16
|
@ -94,7 +94,7 @@ class UsersController < ApplicationController
|
|||
@comment = Message.find params[:comment].to_i
|
||||
when 'BlogComment'
|
||||
@comment = BlogComment.find params[:comment].to_i
|
||||
when 'BlogComment'
|
||||
when 'OrgDocumentComment'
|
||||
@comment = OrgDocumentComment.find params[:comment].to_i
|
||||
when 'Comment'
|
||||
@comment = Comment.find params[:comment].to_i
|
||||
|
|
Loading…
Reference in New Issue