Wed 6 Jan 2010
NoMethodError: Attempt to call private method in using Geokit rake task
Posted by kosmas under ruby on rails
No Comments
Problem
Trying to use the rake task for populating latitude and longitude details for addresses as described in the Web mashup projects book, gives the error about attempting to call private method.
Solution
Use the method save instead of update as suggested in the book.
No Responses to “ NoMethodError: Attempt to call private method in using Geokit rake task ”