Sha256: 4504af9b015ea5b61f69945387bfd93389d3fff534d6fa9d8367899327fdf988
Contents?: true
Size: 273 Bytes
Versions: 19
Compression:
Stored size: 273 Bytes
Contents
# -*- encoding: utf-8 -*- # -*- frozen_string_literal: true -*- # -*- warn_indent: true -*- module RailsBootstrapForm module Inputs module TextArea extend ActiveSupport::Concern included do bootstrap_field :text_area end end end end
Version data entries
19 entries across 19 versions & 1 rubygems