Skip to content

Instantly share code, notes, and snippets.

@zflat
Created March 30, 2012 16:32
Show Gist options
  • Save zflat/2252657 to your computer and use it in GitHub Desktop.
Save zflat/2252657 to your computer and use it in GitHub Desktop.
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