我正在使用 gmaps4rails gem
我想在一个位置对其进行测试,因为它是从存储在数据库中的哈希中提取联系人的位置。
我把我的控制器:
@json = Contact.find_by_email("ted@cottonwoodcomm.com").my_location.to_gmaps4rails
我不断收到此错误:
undefined method `to_gmaps4rails' for "Commerce City, CO":String
有什么建议么?
我正在使用 gmaps4rails gem
我想在一个位置对其进行测试,因为它是从存储在数据库中的哈希中提取联系人的位置。
我把我的控制器:
@json = Contact.find_by_email("ted@cottonwoodcomm.com").my_location.to_gmaps4rails
我不断收到此错误:
undefined method `to_gmaps4rails' for "Commerce City, CO":String
有什么建议么?