def create
    @track = Track.find(params[:track_id])

    respond_to do |format|
      if current_user.like!(@track)