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