module Parade::Helpers::EncodeImage

Public Instance Methods

image_path_to_base64() click to toggle source
# File lib/parade/helpers/encode_image.rb, line 8
def image_path_to_base64
  $stderr.puts "Please install `rmagick` to allow images to be included in content"
  ''
end