organization.rb 166 Bytes
require_dependency 'organization'

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