Skip to content

Instantly share code, notes, and snippets.

@maxschulze
Created October 26, 2010 02:21
Show Gist options
  • Save maxschulze/646210 to your computer and use it in GitHub Desktop.
Save maxschulze/646210 to your computer and use it in GitHub Desktop.
# super class that is stored in the database
class Message
...
end
class Linkedin::Message < Message
...
end
class Facebook::Message < Message
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment