aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/datetime_field.rb
Commit message (Collapse)AuthorAgeFilesLines
* Use if/elseRafael Mendonça França2014-06-301-2/+5
| | | | | Since we are using both branches of the code is preferable to use if/else over the early return.
* Add String support for min/max attributes on DatetimeFieldTodd Bealmear2014-06-301-2/+7
|
* Clean the code a bitSantiago Pastorino2013-06-291-1/+1
|
* fetch value(s) from stringified optionsJon Rowe2013-06-291-1/+1
|
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+22