organization.rb 154 Bytes
require_dependency 'organization'

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