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