I would like to use some erb in my .coffee files, like the following example
.coffee
myLatlng: new google.maps.LatLng(<%=@location.latitude %>, &l
You may have to rename your file to locations.coffee.erb so erb is processed before coffee :)