mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
Fix typo in address migration
This commit is contained in:
committed by
Nihal Mohammed
parent
870eb8961e
commit
d27d98419f
@@ -1,6 +1,6 @@
|
||||
class RemoveBillAddressesWithNullPhone < ActiveRecord::Migration[6.1]
|
||||
class BillAddress < ActiveRecord::Base
|
||||
self.table_name "spree_addresses"
|
||||
self.table_name = "spree_addresses"
|
||||
|
||||
scope :invalid, -> { where(phone: nil) }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user