Class: Flms::LayersController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Flms::LayersController
- Defined in:
- app/controllers/flms/layers_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#destroy ⇒ Object
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 |