Noosfero/noosfero

View on GitHub
plugins/admin_notifications/lib/ext/organization.rb

Summary

Maintainability
A
0 mins
Test Coverage
require_dependency "organization"

class Organization
  has_many :notifications, class_name: "AdminNotificationsPlugin::Notification", as: :target
end