Sha256: 86a2d6ee5f5c9df04afc88911736cdeef8f849fe4492c6928b85e64181ed3b51

Contents?: true

Size: 401 Bytes

Versions: 1

Compression:

Stored size: 401 Bytes

Contents

# lodash-rails

[Lo-Dash](http://lodash.com/) for the Rails asset pipeline.

## Installation

Add this line to the assets group in your Gemfile:

```ruby
gem 'lodash-rails'
```

Add the necessary library to `app/assets/javascripts/application.js`:

```js
//= require lodash
```

## What's included?

* Lo-Dash 1.0.0-rc.1 (lodash, lodash.min)

Copyright Richard Hubers, released under the MIT License.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lodash-rails-1.0.0.rc.1 README.md