Skip to content

Instantly share code, notes, and snippets.

@benburkert
Created August 7, 2008 04:34
Show Gist options
  • Save benburkert/4336 to your computer and use it in GitHub Desktop.
Save benburkert/4336 to your computer and use it in GitHub Desktop.
#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