Module: GoogleMapsEmbed::ViewHelpers

Defined in:
lib/google_maps_embed/view_helpers.rb

Instance Method Summary collapse

Instance Method Details

#google_maps_embed(type: :static, **options) ⇒ Object



5
6
7
# File 'lib/google_maps_embed/view_helpers.rb', line 5

def google_maps_embed(type: :static, **options)
  GoogleMapsEmbed.map(type: type, **options).html_safe
end