Class: Impac::Widget
- Inherits:
-
BaseResource
- Object
- BaseResource
- Impac::Widget
- Defined in:
- app/models/mno_enterprise/impac/widget.rb
Instance Method Summary collapse
Instance Method Details
#to_audit_event ⇒ Object
10 11 12 13 14 15 16 17 18 19 |
# File 'app/models/mno_enterprise/impac/widget.rb', line 10 def to_audit_event if settings['organization_ids'].any? organization = MnoEnterprise::Organization.find_by(uid: settings['organization_ids'].first) { name: name, organization_id: organization.id } else { name: name } end end |