Sha256: 1d1d493dbb145c7ea74282616963a5e94bf3a24eec2948ae0556b2558b1dd860
Contents?: true
Size: 382 Bytes
Versions: 30
Compression:
Stored size: 382 Bytes
Contents
require 'isomorfeus-transport' require 'isomorfeus/policy/config' require 'lucid_policy' if RUBY_ENGINE == 'opal' Isomorfeus.zeitwerk.push_dir('policies') else require 'iso_opal' Opal.append_path(__dir__) unless IsoOpal.paths_include?(__dir__) path = File.expand_path(File.join('app', 'policies')) Isomorfeus.zeitwerk.push_dir(path) if Dir.exist?(path) end
Version data entries
30 entries across 30 versions & 1 rubygems