Module: Worthwhile::EmbargoHelper
- Included in:
- MainAppHelpers
- Defined in:
- app/helpers/worthwhile/embargo_helper.rb
Instance Method Summary collapse
- #assets_under_embargo ⇒ Object
- #assets_with_deactivated_embargoes ⇒ Object
- #assets_with_expired_embargoes ⇒ Object
Instance Method Details
#assets_under_embargo ⇒ Object
8 9 10 |
# File 'app/helpers/worthwhile/embargo_helper.rb', line 8 def @assets_under_embargo ||= EmbargoService. end |
#assets_with_deactivated_embargoes ⇒ Object
12 13 14 |
# File 'app/helpers/worthwhile/embargo_helper.rb', line 12 def @assets_with_deactivated_embargoes ||= EmbargoService. end |
#assets_with_expired_embargoes ⇒ Object
4 5 6 |
# File 'app/helpers/worthwhile/embargo_helper.rb', line 4 def @assets_with_expired_embargoes ||= EmbargoService. end |