module SketchilyTag::ActionViewBaseInstanceMethods
Public Instance Methods
sketchily_tag(name, value = nil, options = {})
click to toggle source
# File lib/sketchily/sketchily_tag.rb, line 3 def sketchily_tag(name, value = nil, options = {}) self.render( :partial => "sketchily/sketchily_tag", :locals => { :name => name, :id => sanitize_to_id(name), :value => value, :options => options } ) end
Also aliased as: svg_edit_tag