Skip to content

Instantly share code, notes, and snippets.

@yangsu
Created January 28, 2013 03:53
Show Gist options
  • Save yangsu/4652891 to your computer and use it in GitHub Desktop.
Save yangsu/4652891 to your computer and use it in GitHub Desktop.
Ruby Active Record
class Department < ActiveRecord::Base
has_many :employees
has_one :manager
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment