Skip to content

Commit

Permalink
add a file download event to Hyrax.publisher
Browse files Browse the repository at this point in the history
create a topic for tracking file downloads.
  • Loading branch information
tamsin johnson authored and tamsin johnson committed Oct 23, 2021
1 parent d55b356 commit ca22bd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/hyrax/publisher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ class Publisher
# @macro a_registered_event
register_event('collection.membership.updated')

# @since 3.3.0
# @macro a_registered_event
register_event('file.downloaded')

# @since 3.0.0
# @macro a_registered_event
register_event('file.set.audited')
Expand Down

0 comments on commit ca22bd7

Please sign in to comment.