fix searches
This commit is contained in:
@@ -14,7 +14,7 @@ class CommentsController < ApplicationController
|
||||
end
|
||||
|
||||
def search
|
||||
@search = Comment.search(params[:search])
|
||||
# @search = Comment.search(params[:search])
|
||||
end
|
||||
|
||||
def update
|
||||
|
||||
Reference in New Issue
Block a user