Skip to content

Instantly share code, notes, and snippets.

@rbarazi
Created March 8, 2010 21:45
Show Gist options
  • Save rbarazi/325793 to your computer and use it in GitHub Desktop.
Save rbarazi/325793 to your computer and use it in GitHub Desktop.
[Beginning Rails 3] Listing 5-16. The Comment model in app/models/comment.rb
class Comment < ActiveRecord::Base
belongs_to :article
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment