Module: Worthwhile::EmbargoHelper

Included in:
MainAppHelpers
Defined in:
app/helpers/worthwhile/embargo_helper.rb

Instance Method Summary collapse

Instance Method Details

#assets_under_embargoObject



8
9
10
# File 'app/helpers/worthwhile/embargo_helper.rb', line 8

def assets_under_embargo
  @assets_under_embargo ||= EmbargoService.assets_under_embargo
end

#assets_with_deactivated_embargoesObject



12
13
14
# File 'app/helpers/worthwhile/embargo_helper.rb', line 12

def assets_with_deactivated_embargoes
  @assets_with_deactivated_embargoes ||= EmbargoService.assets_with_deactivated_embargoes
end

#assets_with_expired_embargoesObject



4
5
6
# File 'app/helpers/worthwhile/embargo_helper.rb', line 4

def assets_with_expired_embargoes
  @assets_with_expired_embargoes ||= EmbargoService.assets_with_expired_embargoes
end