Sha256: b50349dc7c5fc927795f6b95d17fbde6c2bda71216e89b8f6695c21de647d96e
Contents?: true
Size: 236 Bytes
Versions: 15
Compression:
Stored size: 236 Bytes
Contents
# frozen_string_literal: true module BootstrapForm module Inputs module DateSelect extend ActiveSupport::Concern include Base included do bootstrap_select_group :date_select end end end end
Version data entries
15 entries across 15 versions & 2 rubygems