Sha256: b26bf6499ddf195fc0dc10c96a4b89ef01023c6de06eb1e0e51655e99b5f2a19
Contents?: true
Size: 589 Bytes
Versions: 2
Compression:
Stored size: 589 Bytes
Contents
require "ransack" require "kaminari" require "pundit" if ENV['RAILS_ENV'] == 'test' and defined? RSpec dir_path = File.expand_path('../spec/support/external_shared', __dir__) Dir["#{dir_path}/*.rb"].each do |file| require file end end require "zeitwerk" loader = Zeitwerk::Loader.for_gem loader.setup module BaseEditingBootstrap include ActiveSupport::Configurable config_accessor :inherited_controller, default: "ApplicationController" def self.deprecator @deprecator ||= ActiveSupport::Deprecation.new("1.0", "BaseEditingBootstrap") end end loader.eager_load
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
base_editing_bootstrap-0.1.4 | lib/base_editing_bootstrap.rb |
base_editing_bootstrap-0.1.2 | lib/base_editing_bootstrap.rb |