Sha256: 99780ad62c8bc1e26c6cd08a6361f4a69783e44c25c0957f64e711d174597351
Contents?: true
Size: 493 Bytes
Versions: 9
Compression:
Stored size: 493 Bytes
Contents
require "yarii-editor/engine" require "yarii-editor/setup_current_site" require "yarii-editor/setup_current_user" class YariiEditor::Error < StandardError; end module YariiEditor ROOT_PATH = Pathname.new(File.join(__dir__, "..")) class << self def webpacker @webpacker ||= ::Webpacker::Instance.new( root_path: ROOT_PATH, config_path: ROOT_PATH.join("config/webpacker.yml") ) end end class NotAuthorizedError < Error end end module Yarii end
Version data entries
9 entries across 9 versions & 1 rubygems