Sha256: 5979444c2390f2054bdf7fa3cb9e6af7ce11ea4b8ae7ab97cdb95675698dadd0
Contents?: true
Size: 337 Bytes
Versions: 12
Compression:
Stored size: 337 Bytes
Contents
# frozen_string_literal: true require "active_support" module Katalyst module Tables extend ActiveSupport::Autoload autoload :Config class Error < StandardError; end def self.config @config ||= Config.new end def self.configure yield config end end end require "katalyst/tables/engine"
Version data entries
12 entries across 12 versions & 1 rubygems