Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ransackable attributes for
Spree::PaymentMethod
search in admin
Enhanced the search capabilities in the admin panel by updating the `allowed_ransackable_attributes` of the `Spree::PaymentMethod` model. This update specifically adds the `name` and `description` fields to the list of attributes that can be searched using Ransack.
- Loading branch information