Text Area Tag name, id

Is there a way to specify different id and names for a text_area_tag?

Seems like the api wants them to be the same.

On Tuesday, April 8, 2014 7:30:23 PM UTC+1, Ruby-Forum.com User wrote:

Is there a way to specify different id and names for a text_area_tag?

Seems like the api wants them to be the same.

the 3rd argument can contain arbitrary html attributes,including id and
name.

Fred