Skip to content

Instantly share code, notes, and snippets.

@afomi
Last active January 6, 2017 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save afomi/dfc5e8b61bca731ea378 to your computer and use it in GitHub Desktop.
Save afomi/dfc5e8b61bca731ea378 to your computer and use it in GitHub Desktop.
js sequence diagram example
<h1>
Rails
</h1>
<div class="diagram">
Visit->Request:
Request->App:
App->Routes:
Routes->Controller:
Controller->Model:
Controller->View:
View-->Visit:
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment