calendar_date_select icon indicating copy to clipboard operation
calendar_date_select copied to clipboard

Update form_helper syntax for Rails 4 compatibility.

Open bdcheung opened this issue 10 years ago • 0 comments

ActionView::Helpers::InstanceTag is removed in Rails 4. This pull request fixes the form helpers to use the ActionView::Helpers::Tags::TextField methods to generate the HTML tags for the data select.

bdcheung avatar Apr 09 '14 11:04 bdcheung