# frozen_string_literal: true module Might # class RansackableFilter # @param app [#call] def initialize(app) @app = app end # @param env [