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