aboutsummaryrefslogtreecommitdiffstats
path: root/guides/code/getting_started/app/models/comment.rb
blob: e2646a324f6289bde8e55370b9f390d0aebbcee1 (plain) (blame)
1
2
3
class Comment < ActiveRecord::Base
  belongs_to :article
end