cirandas.net

ref: dockerize

plugins/comment_classification/lib/ext/environment.rb


1
2
3
4
5
6
7
8
require_dependency 'environment'

class Environment

  has_many :labels, :as => :owner, :class_name => 'CommentClassificationPlugin::Label'

end