Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 223 Bytes

Readme.md

File metadata and controls

16 lines (8 loc) · 223 Bytes

Rails 3.1 asset-pipeline gem to provide underscore.js

Install

gem 'underscore-rails'

Use

In your application.js manifest:

//= require underscore

or directly available under /assets/underscore.js

Easy as pie.