Skip to content

Instantly share code, notes, and snippets.

@davidlbatey
Last active December 16, 2015 18:00
Show Gist options
  • Save davidlbatey/5474980 to your computer and use it in GitHub Desktop.
Save davidlbatey/5474980 to your computer and use it in GitHub Desktop.
has_many :super_heros
has_one :batman, :through => :super_heros
belongs_to :catwoman
:Tabularize / :[a-z|A-Z|_]*
has_many :super_heros
has_one :batman , :through => :super_heros
belongs_to :catwoman
@davidlbatey
Copy link
Author

Posted from vim using gist plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment