Skip to content

Instantly share code, notes, and snippets.

@KacT9H
Created October 4, 2016 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KacT9H/69c609a73a775be129321184de8ec53b to your computer and use it in GitHub Desktop.
Save KacT9H/69c609a73a775be129321184de8ec53b to your computer and use it in GitHub Desktop.
def testFlow = {
//Any steps
renderView {
render(view: '/views/testView')
on('next-step').to "nextStep"
on('back').to "previousStep"
}
//Any steps
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment