module Voom::Presenters::DSL::Components::Mixins::GoogleMaps

Public Instance Methods

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