module Sketchily::FormBuilderInstanceMethods

Public Instance Methods

sketchily(method, options = {}) click to toggle source
# File lib/sketchily/sketchily.rb, line 3
def sketchily(method, options = {})
  @template.render(
    :partial => "sketchily/sketchily",
    :locals => {
      :template => @template,
      :object_name => @object_name,
      :method => method,
      :options => objectify_options(options)
    }
  )
end
Also aliased as: svg_edit
svg_edit(method, options = {})
Alias for: sketchily