render "admin/datetime_group", f: f, attr: :captured_at, object: @post, include_blank: true
All locals pass thru except include_blank. Why?
render "admin/datetime_group", f: f, attr: :captured_at, object: @post, include_blank: true
All locals pass thru except include_blank. Why?