module Vanity::Rails::TrackingImage

Public Instance Methods

image() click to toggle source
# File lib/vanity/frameworks/rails.rb, line 406
def image
  # send image
  send_file(File.expand_path("../images/x.gif", File.dirname(__FILE__)), :type => 'image/gif', :stream => false, :disposition => 'inline')
end