Notes posted by mestrecapablanca
RSS feed
2 thanks
Correction
Where you see:
HelperData.new(datetime, options, html_options).select_hour
The correct would be:
HelperDate.new(datetime, options, html_options).select_hour
Class name and class instance must be same name.
Code works fine in Rails 3.2.13.