Olay for Rails
Places Olay into the Rails asset pipeline.
Versioning
This project uses Semantic Versioning and will account for the underlying Olay JavaScript library versioning.
Installation
Add this line to your application's Gemfile:
gem 'olay-rails', '~> 0.1'
And then execute:
$ bundle
Usage
In your application.js:
//= require olay
In your application.scss:
@import 'olay';