aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/tags/datetime_local_field.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor date related helpersCarlos Galdino2012-05-221-10/+6
|
* Add several HTML5 input helpersCarlos Galdino2012-05-211-0/+23
The input types added are: - input[type="month"] - input[type="week"] - input[type="datetime"] - input[type="datetime-local"]