remove pretty print
This commit is contained in:
parent
289126b984
commit
b8df1dca5c
1 changed files with 0 additions and 2 deletions
|
|
@ -68,8 +68,6 @@ class Person < ActiveRecord::Base
|
|||
|
||||
sql, tokens = self.search_query_string(query)
|
||||
|
||||
pp tokens
|
||||
|
||||
Person.searchable.where(sql, *tokens).joins(
|
||||
"LEFT OUTER JOIN contacts ON contacts.user_id = #{user.id} AND contacts.person_id = people.id"
|
||||
).includes(:profile
|
||||
|
|
|
|||
Loading…
Reference in a new issue