Sha256: 844cdf27d0ac17aaf0e4c7774a4c6e152080aee6051b6232ebdc8783c4e4f0b1
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 FileField extend ActiveSupport::Concern included do bootstrap_field :file_field end end end end
Version data entries
19 entries across 19 versions & 1 rubygems