Class: Munificent::Admin::BundleTiersController

Inherits:
ApplicationController show all
Defined in:
app/controllers/munificent/admin/bundle_tiers_controller.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject



6
7
8
9
# File 'app/controllers/munificent/admin/bundle_tiers_controller.rb', line 6

def destroy
  @bundle_tier.destroy
  redirect_to edit_bundle_path(@bundle_tier.bundle)
end