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