albertopq / jquery_datepicker

Rails 3 plugin that allows you to select dates from a calendar
91 stars 60 forks source link

Inconsistent tag syntax #29

Open danblaker opened 12 years ago

danblaker commented 12 years ago

Here are the current tags:

datepicker_input datetime_picker_input

Should be:

date_picker_input datetime_picker_input

Consistency is important. I should not have to consult the documentation to switch from date to datetime, using the same gem.