We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A great blog post has been written about this subject. Check this link
To add acts_as_gmappable in your models, [check this gist] (https://gist.github.com/1521322)
acts_as_gmappable
WARNING: You will probably need to update gmaps4rails partial to the last version in the gem, and fix rails 3 sintax, like
<% case options[:map_options].try(:[], :provider)
when "openlayers" %>
instead
<% case options[:map_options].try(:[], :provider) %>
<% when "openlayers" %>