Skip to content

Commit

Permalink
Remove Ransack patch
Browse files Browse the repository at this point in the history
We do not use the custom ransacker this was necessary for
  • Loading branch information
tvdeyen committed Sep 12, 2024
1 parent d730d95 commit ae69534
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions core/lib/spree/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
require 'ransack'
require 'state_machines-activerecord'

require_relative './ransack_4_1_patch'

# This is required because ActiveModel::Validations#invalid? conflicts with the
# invalid state of a Payment. In the future this should be removed.
StateMachines::Machine.ignore_method_conflicts = true
Expand Down
16 changes: 0 additions & 16 deletions core/lib/spree/ransack_4_1_patch.rb

This file was deleted.

0 comments on commit ae69534

Please sign in to comment.