Class: Collavre::ChannelsController

Inherits:
ApplicationController show all
Includes:
CreativePermissionGuard
Defined in:
app/controllers/collavre/channels_controller.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject



8
9
10
11
# File 'app/controllers/collavre/channels_controller.rb', line 8

def destroy
  @channel.dismiss!
  head :no_content
end