Sha256: 55f15a2075b989b12bf9906c8b895797da95357f35e93eed12d44f5c53a4eb00
Contents?: true
Size: 225 Bytes
Versions: 15
Compression:
Stored size: 225 Bytes
Contents
# frozen_string_literal: true module BootstrapForm module Inputs module UrlField extend ActiveSupport::Concern include Base included do bootstrap_field :url_field end end end end
Version data entries
15 entries across 15 versions & 2 rubygems