# -*- 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