Method: IshManager::MapsController#destroy
- Defined in:
- app/controllers/ish_manager/maps_controller.rb
#destroy ⇒ Object
30 31 32 33 34 35 36 |
# File 'app/controllers/ish_manager/maps_controller.rb', line 30 def destroy :destroy, @map @map.destroy respond_to do |format| format.html { redirect_to maps_path, notice: 'Map was successfully destroyed.' } end end |