Method: FileModel.content_path

Defined in:
app/models/file_model.rb

.content_pathObject



80
81
82
# File 'app/models/file_model.rb', line 80

def self.content_path
  File.expand_path(File.join(Rails.root, "content",  relative_path))
end