Module: Worthwhile::ManagesEmbargoes
- Extended by:
- ActiveSupport::Concern
- Included in:
- EmbargoesController, LeasesController
- Defined in:
- app/controllers/concerns/worthwhile/manages_embargoes.rb
Instance Method Summary collapse
Instance Method Details
#edit ⇒ Object
19 20 |
# File 'app/controllers/concerns/worthwhile/manages_embargoes.rb', line 19 def edit end |
#index ⇒ Object
15 16 17 |
# File 'app/controllers/concerns/worthwhile/manages_embargoes.rb', line 15 def index :discover, :embargo end |