ref: master
plugins/admin_notifications/lib/ext/organization.rb
1 2 3 4 5
require_dependency 'organization' class Organization has_many :notifications, class_name: 'AdminNotificationsPlugin::Notification', :as => :target end