Keep trailing whitespaces in Ransack searches

This commit is contained in:
Sebastian Serth
2024-01-16 21:31:48 +01:00
parent f796ab0aa2
commit f0c34bab5a

View File

@ -0,0 +1,5 @@
# frozen_string_literal: true
Ransack.configure do |c|
c.strip_whitespace = false
end