Sha256: f748c335a69bbf93ad3c170dd8ead7e438f62dd50ab1fb7daabbbe75e5eafa4a
Contents?: true
Size: 230 Bytes
Versions: 15
Compression:
Stored size: 230 Bytes
Contents
# frozen_string_literal: true require "rails/railtie" module BootstrapForm class Engine < Rails::Engine config.eager_load_namespaces << BootstrapForm config.autoload_paths << File.expand_path("lib", __dir__) end end
Version data entries
15 entries across 15 versions & 2 rubygems