Sha256: 9a3e932375d90ae85fcf14a04c927129afe7bea91b1490320f428926bb13eea6

Contents?: true

Size: 367 Bytes

Versions: 1

Compression:

Stored size: 367 Bytes

Contents

Pixelator.configure do |c|
  c.config_file = Rails.root.join('config', 'pixels.yml')
  # run_envs is set to only 'production' by default
  #c.run_envs << 'test'
end

#add contextual data that the pixelator might need
#  such as google analytics ...
#reference in pixels.yml snippet with
#  <%= google_analytics %>
#Pixelator.context[:google_analytics] = 'GA_ACCOUNT'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pixelator-0.0.1 lib/generators/pixelator/templates/pixelator.rb