method

transform_value

transform_value(value)
private

No documentation available.

# File activerecord/lib/active_record/associations/association_scope.rb, line 77
      def transform_value(value)
        value_transformation.call(value)
      end