Created
June 29, 2012 17:00
-
-
Save mowat27/3019221 to your computer and use it in GitHub Desktop.
Resource-driven framework thoughts
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
resource organisation do | |
responds_to do | |
get new { | |
success: -> {render "a page"}, | |
error: (reason) -> {redirect_to some_error(reason)} | |
} | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment