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