Improve comment in index action

This commit is contained in:
Matt-Yorkley
2018-10-29 09:33:43 +00:00
parent b826beb0d7
commit 443515dae4

View File

@@ -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.