Sha256: 7739b1ffd534326728f0243582e2e5f092b8f72078654ca22907c3ed18f15d47

Contents?: true

Size: 693 Bytes

Versions: 1

Compression:

Stored size: 693 Bytes

Contents

# ZopimRails

Rails simple helper for Zopim live chat script

## Installation

Add this line to your application's Gemfile:

    gem 'zopim_rails'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install zopim_rails

## Usage

place your API key in application.rb

    ZopimRails.api_key = "<your-api-key>"

place render method where you want in view.

    <%= ZompimRails.init %>

## Contributing

1. Fork it ( https://github.com/wittawasw/zopim_rails/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zopim_rails-0.0.1 README.md