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 (type: :static, **) GoogleMapsEmbed.map(type: type, **).html_safe end |