-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
Description
The usage section seems to be outdated. How do I correctly set this thing up?
Adding //= require active_admin_datetimepicker
to active_admin.js
yields
Sprockets::FileNotFound
couldn't find file 'active_admin_datetimepicker' with type 'application/javascript'
Adding @import "active_admin_datetimepicker";
to active_admin.scss
yields
Sass::SyntaxError
File to import not found or unreadable: active_admin_datetimepicker.
ruby 2.2.6, rails 4.2.9, aa 1.1.0
Found config.register_javascript 'active_admin_datetimepicker.js'
in the issues - not mentioned in the README.