Author: shanti
Date: Thu Mar 5 18:17:19 2009
New Revision: 750534
URL: http://svn.apache.org/viewvc?rev=750534&view=rev
Log:
Fix for OLIO-64.
Modified:
incubator/olio/webapp/rails/trunk/app/models/geolocation.rb
Modified: incubator/olio/webapp/rails/trunk/app/models/geolocation.rb
URL:
http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/app/models/geolocation.rb?rev=750534&r1=750533&r2=750534&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/app/models/geolocation.rb (original)
+++ incubator/olio/webapp/rails/trunk/app/models/geolocation.rb Thu Mar 5
18:17:19 2009
@@ -4,7 +4,7 @@
class Geolocation
attr_reader :address, :city, :state, :zip, :country, :latitude, :longitude
- @@url = 'http://localhost:8080/Web20Emulator/geocode?appid=gsd5f'
+ @@url = 'http://localhost:8080/geocoder/geocode?appid=gsd5f'
def self.url=(url)
@@url = url