Class: Flms::LayersController

Inherits:
ApplicationController show all
Defined in:
app/controllers/flms/layers_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#with_format

Instance Method Details

#destroyObject



10
11
12
13
# File 'app/controllers/flms/layers_controller.rb', line 10

def destroy
  @layer.destroy
  redirect_to edit_block_path(@block), notice: 'Layer deleted'
end