environment.rb 152 Bytes
require_dependency 'environment'

class Environment
  has_many :notifications, class_name: 'AdminNotificationsPlugin::Notification', :as => :target
end