def create
    @channel = Channel.new(channel_params)

    respond_to do |format|
      if @channel.save