class Volt::DomTarget

DomTarget's provide an interface that can render bindings into the dom. Currently only one “dom” is supported, but multiple may be allowed in the future (iframes?)

Public Instance Methods

dom_section(*args) click to toggle source
# File lib/volt/page/targets/dom_target.rb, line 9
def dom_section(*args)
  DomSection.new(*args)
end