An open API service indexing awesome lists of open source software.

https://github.com/thefrontside/jquery-entwine-rails

Use entwine inside a Rails 3.1 application
https://github.com/thefrontside/jquery-entwine-rails

Last synced: 8 days ago
JSON representation

Use entwine inside a Rails 3.1 application

Awesome Lists containing this project

README

          

## Use Entwine in your Rails 3.1 application

in `Gemfile`

group :assets do
...
gem 'jquery-entwine-rails'
end

in `application.js`

//= require jquery.entwine

martini time.