I am using gmaps4rails gem in my project for showing google maps on the forms but its showing "undefined local variable or method `acts_as_gmappable' for gmaps4rails"
i am using rails 4.
gem 'gmaps4rails' rails generate gmaps4rails:install
in model acts_as_gmappable
def gmaps4rails_address address end
Thanks,