Sha256: 2a8ac38d6e3bddd7547db32d463aea6085bb2f001b83b50c74ea9be142f72fb0
Contents?: true
Size: 553 Bytes
Versions: 9
Compression:
Stored size: 553 Bytes
Contents
# frozen_string_literal: true module Lcms module Engine class << self # TODO: Set the correct prefix after renaming all the tables? def table_name_prefix '' end def webpacker @webpacker ||= begin root_path = Pathname.new File.expand_path('../..', __dir__) ::Webpacker::Instance.new( root_path: root_path, config_path: root_path.join('config/webpacker.yml') ) end end end end end require 'lcms/engine/engine'
Version data entries
9 entries across 9 versions & 1 rubygems