class DownloadsController < ApplicationController
    def show
      @track = Track.find(params[:track_id])

      authorize @track, :download?