This commit is contained in:
albert
2013-03-06 19:54:11 -05:00
parent d38c423065
commit a480b054a0

View File

@@ -426,7 +426,7 @@ class Tag < ActiveRecord::Base
params = {} if params.blank?
if params[:name_matches].present?
q = q.name_matches(params[:name_matches])
q = q.name_matches(params[:name_matches].strip)
end
if params[:category].present?