Sha256: 747ddb14ac8f5014964cec2b3dc0f17759572d1895e7c520536bfb4c5c4a0382
Contents?: true
Size: 279 Bytes
Versions: 19
Compression:
Stored size: 279 Bytes
Contents
# -*- encoding: utf-8 -*- # -*- frozen_string_literal: true -*- # -*- warn_indent: true -*- module RailsBootstrapForm module Inputs module NumberField extend ActiveSupport::Concern included do bootstrap_field :number_field end end end end
Version data entries
19 entries across 19 versions & 1 rubygems