Merge "missing action_class in sample code"

This commit is contained in:
Jenkins
2016-10-04 20:07:24 +00:00
committed by Gerrit Code Review

View File

@@ -92,6 +92,7 @@ urls, views, workflows and templates:
# data and the steps needs to be ordered properly.
class UpdateResources(workflows.Step):
action_class = ResourcesAction
# This passes data from Workflow context to action methods
# (handle, clean). Workflow context consists of URL data and data
# contributed by other steps.