environment.rb 180 Bytes
require_dependency 'environment'

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