def update
    @album = Album.find(params[:id])

    respond_to do |format|
      if @album.update_attributes(params[:album])