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