Class: WellKnownFile

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
CoreBase
Defined in:
app/models/well_known_file.rb

Overview

Attributes:

Associations:

Instance Method Summary (collapse)

Instance Method Details

Returns the download link

Returns:

  • (String)

    returns the download link



17
18
19
# File 'app/models/well_known_file.rb', line 17

def download_link
  "/api/v2/well_known_file_download/#{self.id}"
end