Sha256: f84643299a348c0a2daa93e8fcf2507186798dd2720768a0ee33ce6c89569a94

Contents?: true

Size: 228 Bytes

Versions: 74

Compression:

Stored size: 228 Bytes

Contents

# Log content update to activity streams
class ContentUpdateEventJob < ContentEventJob
  def action
    "User #{link_to_profile depositor} has updated #{link_to repo_object.title.first, polymorphic_path(repo_object)}"
  end
end

Version data entries

74 entries across 74 versions & 3 rubygems

Version Path
sufia-7.3.0 app/jobs/content_update_event_job.rb
sufia-7.3.0.rc3 app/jobs/content_update_event_job.rb
sufia-7.3.0.rc2 app/jobs/content_update_event_job.rb
sufia-7.3.0.rc1 app/jobs/content_update_event_job.rb
test_hyrax-0.0.1.alpha app/jobs/content_update_event_job.rb
sufia-7.2.0 app/jobs/content_update_event_job.rb
sufia-7.1.0 app/jobs/content_update_event_job.rb
sufia-7.0.0 app/jobs/content_update_event_job.rb
sufia-7.0.0.rc2 app/jobs/content_update_event_job.rb
sufia-7.0.0.rc1 app/jobs/content_update_event_job.rb
sufia-7.0.0.beta4 app/jobs/content_update_event_job.rb
sufia-7.0.0.beta3 app/jobs/content_update_event_job.rb
sufia-7.0.0.beta2 app/jobs/content_update_event_job.rb
sufia-7.0.0.beta1 app/jobs/content_update_event_job.rb