meleyal / backbone-on-rails

A simple gem for using Backbone.js with Rails.
MIT License
809 stars 125 forks source link

JST template path is wrong #6

Closed meleyal closed 12 years ago

meleyal commented 12 years ago

The generated template path is wrong. It currently generates:

template: JST['templates/todos/index']

But templates is added directly to the assets path, so it should just be:

template: JST['todos/index']