Sha256: e0a49963a4fa1dbbe505948f26f218d95f69e374a283bde7b4fb1808b10b4092

Contents?: true

Size: 451 Bytes

Versions: 1

Compression:

Stored size: 451 Bytes

Contents

<% # Clients of this partial must supply the following variables:
   # name
   # id
   # value
   # options %>

<% options = {:id => id,
              :value => value}.merge(options) %>

<%= render :partial => "method_draw/embed",
           :formats => :html,
           :locals => options.slice(*MethodDraw::OPTIONS) %>

<%= tag :input, {"type" => "hidden", "name" => name}.update(options.except(*MethodDraw::METHOD_DRAW_OPTIONS).stringify_keys) %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
method_draw-0.0.1 app/views/method_draw/_method_draw_tag.html.erb