6 lines
89 B
Ruby
6 lines
89 B
Ruby
# frozen_string_literal: true
|
|
|
|
Ransack.configure do |c|
|
|
c.strip_whitespace = false
|
|
end
|