mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-23 05:28:53 +00:00
Fix rubocop issue in db migration
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class DeleteAccountInvoicesAdjustments < ActiveRecord::Migration
|
||||
def up
|
||||
Spree::Adjustment
|
||||
.where(:source_type => 'BillablePeriod')
|
||||
.where(source_type: 'BillablePeriod')
|
||||
.destroy_all
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user