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