Sha256: 335d51412d74708dce27682a6fd3254f0eee713336463ae8bb25dcf6d53705a3
Contents?: true
Size: 332 Bytes
Versions: 10
Compression:
Stored size: 332 Bytes
Contents
# frozen_string_literal: true require 'rails/engine' module Optics module ViewComponents class Engine < ::Rails::Engine isolate_namespace Optics::ViewComponents config.autoload_paths = %W[ #{root}/lib ] config.eager_load_paths = %W[ #{root}/app/components ] end end end
Version data entries
10 entries across 10 versions & 1 rubygems