Module: Hyrax::EmbargoHelper
- Included in:
- HyraxHelperBehavior
- Defined in:
- app/helpers/hyrax/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
7 8 9 |
# File 'app/helpers/hyrax/embargo_helper.rb', line 7 def @assets_under_embargo ||= EmbargoService. end |
#assets_with_deactivated_embargoes ⇒ Object
11 12 13 |
# File 'app/helpers/hyrax/embargo_helper.rb', line 11 def @assets_with_deactivated_embargoes ||= EmbargoService. end |
#assets_with_expired_embargoes ⇒ Object
3 4 5 |
# File 'app/helpers/hyrax/embargo_helper.rb', line 3 def @assets_with_expired_embargoes ||= EmbargoService. end |