mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Improve comment in index action
This commit is contained in:
@@ -23,7 +23,8 @@ Spree::Admin::OrdersController.class_eval do
|
||||
respond_to :html, :json
|
||||
|
||||
def index
|
||||
# Moved to api. Overriding the action so we only render the page template.
|
||||
# Overriding the action so we only render the page template. An angular request
|
||||
# within the page then fetches the data it needs from Api::OrdersController
|
||||
end
|
||||
|
||||
# Overwrite to use confirm_email_for_customer instead of confirm_email.
|
||||
|
||||
Reference in New Issue
Block a user