cirandas.net

ref: master

plugins/organization_ratings/lib/ext/comments.rb


1
2
3
4
5
6
require_dependency "comment"

Comment.class_eval do

  has_one :organization_rating
end