File: comment.rb

package info (click to toggle)
ruby-joiner 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: ruby: 303; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (5)
1
2
3
4
class Comment < ActiveRecord::Base
  belongs_to :article
  belongs_to :user
end