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