def create
    @playbook = Playbook.new(playbook_params)
    authorize @playbook
    respond_to do |format|
      if @playbook.save