Skip to content

Instantly share code, notes, and snippets.

@Dante83
Created May 23, 2015 06:04
Show Gist options
  • Save Dante83/851721061f7194d47f17 to your computer and use it in GitHub Desktop.
Save Dante83/851721061f7194d47f17 to your computer and use it in GitHub Desktop.
class Invoice < ActiveRecord::Base
has_many :donkeys
has_many :widgets
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment