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