organization.rb 166 Bytes Edit Raw Blame History 1 2 3 4 5 require_dependency 'organization' class Organization has_many :environment_notifications, class_name: 'EnvironmentNotificationPlugin::EnvironmentNotification' end