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