status.rb 214 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 class CommentClassificationPlugin::Status < Noosfero::Plugin::ActiveRecord belongs_to :owner, :polymorphic => true validates_presence_of :name named_scope :enabled, :conditions => { :enabled => true } end