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

#editObject



19
20
# File 'app/controllers/concerns/worthwhile/manages_embargoes.rb', line 19

def edit
end

#indexObject



15
16
17
# File 'app/controllers/concerns/worthwhile/manages_embargoes.rb', line 15

def index
  authorize! :discover, :embargo
end