I installed ActiveAdmin on my rails application, and now get the following error message when loading my view. It says:
"couldn't find file 'jquery-ui/datepicker' with type 'application/javascript'"
Extracted source (around line #6):
<%= stylesheet_link_tag'application', media: 'all', 'data-turbolinks-track' => true %>
I tried the answer on Rails 4 - how to install "jquery-ui"?
but it didn't work. Can anyone help?