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

https://github.com/aeksco/backbone-subroute-rails

Rails asset wrapper for backbone.subroute
https://github.com/aeksco/backbone-subroute-rails

Last synced: over 1 year ago
JSON representation

Rails asset wrapper for backbone.subroute

Awesome Lists containing this project

README

          

backbone-subroute-rails
=======================

Rails (3.1 and up) asset wrapper for the latest version of [backbone.subroute](https://github.com/ModelN/backbone.subroute) (0.4.6).

# Installation
#### Step 1: Add it to your gemfile:

gem 'backbone-subroute-rails'

#### Step 2: Include assets:

```javascript
// In application.js
//= require backbone.subroute
```

#####Special thanks to [Model N](https://github.com/ModelN) for their work on [backbone.subroute](https://github.com/ModelN/backbone.subroute).