Reputation: 13
I've been trying to make this calendar_date_picker to work for more than two days, but without success.
I've tried installing it as a gem:
undefined method `calendar_date_select_tag' for #<#: 0x3ec49a8>
21: <%= link_to 'Edit', edit_order_path(order) %> 22:
<%= link_to 'Destroy', order, :confirm => 'Are you sure?', :method => :delete %>23:
24: <%= calendar_date_select_tag "e_date" %>
25: <% end %>
26:
Could someone please help me. Thanks in advance.
Upvotes: 1
Views: 1757
Reputation: 4780
It better to use jquery instead of using thirdparty calender on 3.2 . Here is one of the links
Please check this link too.
Upvotes: 2