# -*- encoding: utf-8 -*- # -*- frozen_string_literal: true -*- # -*- warn_indent: true -*- module RailsBootstrapForm module Inputs module DatetimeLocalField extend ActiveSupport::Concern included do bootstrap_field :datetime_local_field end end end end