Skip to content

Instantly share code, notes, and snippets.

@mauriciopasquier
Forked from jgarber/gist:1993171
Created February 23, 2013 07:37
Show Gist options
  • Save mauriciopasquier/5018856 to your computer and use it in GitHub Desktop.
Save mauriciopasquier/5018856 to your computer and use it in GitHub Desktop.
class ActionView::Helpers::InstanceTag
DEFAULT_FIELD_OPTIONS.delete("size")
DEFAULT_TEXT_AREA_OPTIONS.delete("rows")
DEFAULT_TEXT_AREA_OPTIONS.delete("cols")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment