Sha256: 56be878b6f04841012f85a848b3f25a3af9243df12576ee25124ac0056475bba
Contents?: true
Size: 246 Bytes
Versions: 15
Compression:
Stored size: 246 Bytes
Contents
# frozen_string_literal: true module BootstrapForm module Inputs module DatetimeLocalField extend ActiveSupport::Concern include Base included do bootstrap_field :datetime_local_field end end end end
Version data entries
15 entries across 15 versions & 2 rubygems