# File lib/staticmatic/helpers.rb, line 80 def text_field(name, value, options = {}) options.merge!(:type => "text", :name => name, :value => value) tag(:input, options) end