Skip to content

Instantly share code, notes, and snippets.

@Chryus
Last active August 29, 2015 13:56
Show Gist options
  • Save Chryus/8887503 to your computer and use it in GitHub Desktop.
Save Chryus/8887503 to your computer and use it in GitHub Desktop.
class Carrot < ActiveRecord::Base
belongs_to :bunny
end
@Chryus
Copy link
Author

Chryus commented Feb 8, 2014

Simple belongs to relationship for an active record model.

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