Created
January 3, 2010 05:25
-
-
Save dreamr/267839 to your computer and use it in GitHub Desktop.
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
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
map.resources :groups do |group| | |
group.resources :scorings | |
group.resources :games | |
end | |
map.resources :games do |game| | |
game.resources :players | |
game.resources :scorings | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment