module Voom::Presenters::Plugins::GoogleMaps::DSLComponents

Public Instance Methods

google_map(**attributes, &block) click to toggle source
# File lib/voom/presenters/plugins/google_maps.rb, line 6
def google_map(**attributes, &block)
  self << GoogleMap.new(parent: self, **attributes, &block)
end