Skip to content

Instantly share code, notes, and snippets.

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