Sha256: 8e2ae3bf75ea4b9ef298fa5c3367acc7d88390d686ab6af56793a117aa4adbd0

Contents?: true

Size: 324 Bytes

Versions: 1

Compression:

Stored size: 324 Bytes

Contents

# -*- encoding: utf-8 -*-
# -*- frozen_string_literal: true -*-
# -*- warn_indent: true -*-

module RailsBootstrapForm
  module Components
    extend ActiveSupport::Autoload

    autoload :HelpText
    autoload :Labels
    autoload :RequiredField

    include HelpText
    include Labels
    include RequiredField
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_bootstrap_form-0.2.3 lib/rails_bootstrap_form/components.rb