Created
March 7, 2012 13:38
-
-
Save jgarber/1993171 to your computer and use it in GitHub Desktop.
Remove default field sizes in Rails 3.2.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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