Sha256: ff73f8c3f556a08364bb544073a723d54010c50fbd5ee0a449fdff9b560de85f

Contents?: true

Size: 401 Bytes

Versions: 2

Compression:

Stored size: 401 Bytes

Contents

=== Configuration

You should have something like this in config/initializers/contextify.rb.

  Contextify.configure do |config|
    config.api_key = '1234567890abcdef'
  end


You can test that Contextify is working in your production environment by using
this rake task (from RAILS_ROOT):

  rake contextify:test

If everything is configured properly, that task will send sample data to Contextify.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
zenbox-0.0.3 INSTALL
zenbox-0.0.2 INSTALL