Method: Cabird::PrettyText#path

Defined in:
lib/pretty_text.rb

#pathObject

Returns the relative path of the image starting at the public directory



95
96
97
# File 'lib/pretty_text.rb', line 95

def path
  return File.join('', @public_path)
end