Module: RedmineEventsManager::Patches::IssueRelationPatch::InstanceMethods
- Defined in:
- lib/redmine_events_manager/patches/issue_relation_patch.rb
Instance Method Summary collapse
Instance Method Details
#issue_relation_create_event ⇒ Object
16 17 18 |
# File 'lib/redmine_events_manager/patches/issue_relation_patch.rb', line 16 def issue_relation_create_event RedmineEventsManager.trigger(IssueRelation, :create, self) end |
#issue_relation_destroy_event ⇒ Object
20 21 22 |
# File 'lib/redmine_events_manager/patches/issue_relation_patch.rb', line 20 def issue_relation_destroy_event RedmineEventsManager.trigger(IssueRelation, :delete, self) end |