Sha256: d2d58acdb05f3fa2a07c9bcaf195f5dc306be0057eb3c8de546fd60146d1f600
Contents?: true
Size: 620 Bytes
Versions: 6
Compression:
Stored size: 620 Bytes
Contents
<% # Clients of this partial must supply the following variables: # template # object_name # method # options %> <% sketchily_tag = ActionView::Helpers::InstanceTag.new(object_name, method, template, options.delete(:object)) options = {:id => sketchily_tag.send(:tag_id), :value => sketchily_tag.value(sketchily_tag.object)}.merge( options) %> <%= render :partial => "sketchily/embed", :formats => :html, :locals => options.slice(*Sketchily::OPTIONS) %> <%= sketchily_tag.to_input_field_tag("hidden", options.except(*Sketchily::SKETCHILY_OPTIONS)) %>
Version data entries
6 entries across 6 versions & 1 rubygems