mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-13 04:00:21 +00:00
Add option 'allow guest orders' to enterprise
An enterprise manager can choose to allow guest orders (default) or require a valid login for checkout.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddAllowGuestOrdersToEnterprise < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :enterprises, :allow_guest_orders, :boolean, default: true, null: false
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user