|
|
@ -94,7 +94,7 @@ class UsersController < ApplicationController
|
|
|
|
@comment = Message.find params[:comment].to_i
|
|
|
|
@comment = Message.find params[:comment].to_i
|
|
|
|
when 'BlogComment'
|
|
|
|
when 'BlogComment'
|
|
|
|
@comment = BlogComment.find params[:comment].to_i
|
|
|
|
@comment = BlogComment.find params[:comment].to_i
|
|
|
|
when 'BlogComment'
|
|
|
|
when 'OrgDocumentComment'
|
|
|
|
@comment = OrgDocumentComment.find params[:comment].to_i
|
|
|
|
@comment = OrgDocumentComment.find params[:comment].to_i
|
|
|
|
when 'Comment'
|
|
|
|
when 'Comment'
|
|
|
|
@comment = Comment.find params[:comment].to_i
|
|
|
|
@comment = Comment.find params[:comment].to_i
|
|
|
|