]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/leaflet.extend.js.erb
Update to rails 4.0.0
[rails.git] / app / assets / javascripts / leaflet.extend.js.erb
index 0df6fd381280eedbe7ac10ed2045938d22fe6c12..6b7fac654b5b0ccb54e1f3bc7b45a43d395fe36b 100644 (file)
@@ -155,7 +155,7 @@ L.extend(L.Map.prototype, {
   }
 });
 
-L.Icon.Default.imagePath = <%= "#{asset_prefix}/images".to_json %>;
+L.Icon.Default.imagePath = <%= "#{assets_prefix}/images".to_json %>;
 
 L.Hash.prototype.parseHash = OSM.parseHash;
 L.Hash.prototype.formatHash = OSM.formatHash;