Class: WellKnownFile
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- WellKnownFile
- Includes:
- CoreBase
- Defined in:
- app/models/well_known_file.rb
Overview
Instance Method Summary (collapse)
-
- (String) download_link
Returns the download link.
Instance Method Details
- (String) download_link
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 |