Sha256: 268bf5b8a97a4f5ff33af1a790b1fb3bce8ea85e2d14c31707e64739c1031a0e
Contents?: true
Size: 285 Bytes
Versions: 19
Compression:
Stored size: 285 Bytes
Contents
# -*- encoding: utf-8 -*- # -*- frozen_string_literal: true -*- # -*- warn_indent: true -*- module RailsBootstrapForm module Inputs module TelephoneField extend ActiveSupport::Concern included do bootstrap_field :telephone_field end end end end
Version data entries
19 entries across 19 versions & 1 rubygems