Closed abhishek77in closed 10 years ago
Works well in Development. But I am getting undefined method 'datepicker' error in Production environment.
Don't know why this is happening.
Error -
ActionView::Template::Error (undefined method `datepicker' for #<ActionView::Helpers::FormBuilder:0xc11a2cc>):
with -
<%= f.datepicker :date, :dateFormat => "yy-mm-dd" %>
That's one weird issue, worked after I rebooted my VPS.
Works well in Development. But I am getting undefined method 'datepicker' error in Production environment.
Don't know why this is happening.
Error -
with -