Module: NanocFuel::Helpers::Google

Defined in:
lib/nanoc_fuel/helpers/google.rb

Instance Method Summary collapse

Instance Method Details

#ga_tracking(ua_id) ⇒ Object



7
8
9
10
# File 'lib/nanoc_fuel/helpers/google.rb', line 7

def ga_tracking(ua_id)
  template = File.read(File.expand_path("../templates/google/ga_tracking_code.haml", __FILE__))
  Haml::Engine.new(template).render(Object.new, :ua_id => ua_id)
end