def update
    @track = resource_class.where(id: params[:id]).first
    respond_with @track do |format|
      format.html do
        handle_html_response(t('flash.track.update.success')) { @track.update(track_params) }