Created
March 30, 2012 16:32
-
-
Save zflat/2252657 to your computer and use it in GitHub Desktop.
This file contains 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
Controllers are to: | |
1. Decide what actions to perform | |
2. Decide how to respond to action results | |
Controllers are not to: | |
1. Perform actions | |
2. Configure responses |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment