organization.rb 182 Bytes
require_dependency 'organization'

class Organization
  has_many :environment_notifications, class_name: 'EnvironmentNotificationPlugin::EnvironmentNotification', :as => :target
end