Digging into simple_form code, I found ( I guess) that custom input is
based on the original attribute column type... so mystuff doesn't
exist... beacsue the column type of 'starts_at' is datetime
I wrote successfully , my first custom input, to replace the
simple_form datetime with a custom bootstrap datepicker
class DateTimeInput < SimpleForm::Inputs::DateTimeInput