3 4 5
# File 'lib/candies/helper.rb', line 3 def candies_image_tag(args) image_tag("#{Candies.url}/#{args.fetch(:tracker) {|t| "t"}}.gif?#{args.to_query}", :alt => "", :width => 1, :height => 1) if Candies.url end