Form helper from console
January 14, 2013From the rails console.
helper.text_field :object, :name
"<input id="object_name" name="object[name]" size="30" type="text" />"
From the rails console.
helper.text_field :object, :name
"<input id="object_name" name="object[name]" size="30" type="text" />"