Take some field out of the tab order in a view

I am trying to set the NOTAB html option in a field helper
I have tried with:
<%= text_field(:variable, :attribute, {:notab => true}%>
But It doesn’t work.

Can somebody point me in the good direction?
Thanks