Last active
January 6, 2017 15:06
-
-
Save afomi/dfc5e8b61bca731ea378 to your computer and use it in GitHub Desktop.
js sequence diagram example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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