Class: Calagator::VenuesController::Destroy

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
app/controllers/calagator/venues_controller.rb

Instance Method Summary collapse

Instance Method Details

#callObject



154
155
156
# File 'app/controllers/calagator/venues_controller.rb', line 154

def call
  prevent_destruction_of_venue_with_events or destroy
end