Sha256: 9423c8ac9d3f445e47dcb397547fbd921ea3e367e2471653eb418eaa2da2abf8
Contents?: true
Size: 490 Bytes
Versions: 1
Compression:
Stored size: 490 Bytes
Contents
require "qa/engine" require "active_record" require "activerecord-import" module Qa extend ActiveSupport::Autoload autoload :Authorities # Raised when the configuration directory for local authorities doesn't exist class ConfigDirectoryNotFound < StandardError; end # Raised when a sub_authority is not passed into an authority class MissingSubAuthority < ArgumentError; end # Raised when a sub_authority is not valid class InvalidSubAuthority < ArgumentError; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
qa-0.4.3 | lib/qa.rb |