Sha256: 47bc035a85b40e375307a9fb3503989a4fa7d13addb25513905c0b5d1ea9583f
Contents?: true
Size: 275 Bytes
Versions: 19
Compression:
Stored size: 275 Bytes
Contents
# -*- encoding: utf-8 -*- # -*- frozen_string_literal: true -*- # -*- warn_indent: true -*- module RailsBootstrapForm module Inputs module TextField extend ActiveSupport::Concern included do bootstrap_field :text_field end end end end
Version data entries
19 entries across 19 versions & 1 rubygems