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