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