Skip to content

Instantly share code, notes, and snippets.

@manleyhimself
Created December 16, 2013 20:43
Show Gist options
  • Save manleyhimself/7994042 to your computer and use it in GitHub Desktop.
Save manleyhimself/7994042 to your computer and use it in GitHub Desktop.
class Store < ActiveRecord::Base
has_many :employees
end
class Employee < ActiveRecord::Base
belongs_to :store, touch: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment