organization.rb 182 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 require_dependency 'organization' class Organization has_many :environment_notifications, class_name: 'EnvironmentNotificationPlugin::EnvironmentNotification', :as => :target end