Serve OpenLayers through the asset pipeline

This commit is contained in:
Tom Hughes 2011-11-25 20:07:50 +00:00
parent afc3a4380c
commit 716262f211
73 changed files with 11 additions and 10 deletions

View file

@ -0,0 +1,6 @@
//= require OpenLayers
//= require OpenStreetMap
OpenLayers._getScriptLocation = function() {
return "/assets/";
};