Wed 6 Jan 2010
NoMethodError: Attempt to call private method in using Geokit rake task
Posted by kosmas under ruby on rails
1 Comment
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.
One Response to “ NoMethodError: Attempt to call private method in using Geokit rake task ”
Trackbacks & Pingbacks:
You must be logged in to post a comment.
u rule. much thanks.