Sha256: f74fdbbf806691a344d72e6c399a50b1adf6a5f4ee4cd620d58e642d84269299
Contents?: true
Size: 235 Bytes
Versions: 15
Compression:
Stored size: 235 Bytes
Contents
# frozen_string_literal: true module BootstrapForm module Inputs module DatetimeField extend ActiveSupport::Concern include Base included do bootstrap_field :datetime_field end end end end
Version data entries
15 entries across 15 versions & 2 rubygems