Class: Collavre::ChannelsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- ApplicationController
- Collavre::ChannelsController
- Includes:
- CreativePermissionGuard
- Defined in:
- app/controllers/collavre/channels_controller.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
8 9 10 11 |
# File 'app/controllers/collavre/channels_controller.rb', line 8 def destroy @channel.dismiss! head :no_content end |