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