environment.rb 164 Bytes
require_dependency 'environment'

class Environment
  has_many :environment_notifications, class_name: 'EnvironmentNotificationPlugin::EnvironmentNotification'
end