Module: GMaps::Rails::ViewHelpers
- Defined in:
- lib/gmaps/rails/view_helpers.rb
Instance Method Summary collapse
Instance Method Details
#map_div(gmaps, options = {}) ⇒ Object
4 5 6 |
# File 'lib/gmaps/rails/view_helpers.rb', line 4 def map_div(gmaps, ={}) content_tag(:div, nil, {id: 'map', data: {map: h(gmaps.to_s)}}.merge()) end |