Method: OMF::Web::FileContentRepository#get_url_for_path

Defined in:
lib/omf-web/content/file_repository.rb

#get_url_for_path(path) ⇒ Object

Return a URL for a path in this repo



61
62
63
# File 'lib/omf-web/content/file_repository.rb', line 61

def get_url_for_path(path)
  "file:#{path}"
end