repo.or.cz
/
lyrix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Lots going on
[lyrix.git]
/
vendor
/
rails
/
activerecord
/
test
/
fixtures
/
categorization.rb
blob
10594323ff544de54303b2cc5ad292c6ab5de6a0
1
class Categorization < ActiveRecord::Base
2
belongs_to :post
3
belongs_to :category
4
belongs_to :author
5
end