This commit is contained in:
Toks
2015-01-24 21:16:01 -05:00
parent 4ac89201df
commit fc5580f1e3

View File

@@ -115,7 +115,7 @@ protected
if params[:search].is_a?(Hash)
changed = params[:search].reject! {|k,v| v.blank?}
unless changed.nil?
redirect_to params
redirect_to url_for(params)
end
end
end