Created
August 7, 2008 04:34
-
-
Save benburkert/4336 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
#models | |
class Cat < Mamal; end # loads the 'mamal.rb' if Mamal is undefined | |
#controller | |
Cats < Mamals; end # if mamals is a controller, is this kosher? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment