Module: Relegate
- Defined in:
- lib/relegate.rb,
lib/relegate/model.rb,
lib/relegate/errors.rb,
lib/relegate/version.rb,
lib/relegate/configuration.rb
Overview
rubocop:disable Style/Documentation
Defined Under Namespace
Modules: Model Classes: Configuration, RecordNotArchived, RecordNotUnarchived, RelegateError
Constant Summary collapse
- VERSION =
"0.1.0"
Class Method Summary collapse
Class Method Details
.configuration ⇒ Object
15 16 17 |
# File 'lib/relegate.rb', line 15 def self.configuration @configuration ||= Configuration.new end |
.configure {|configuration| ... } ⇒ Object
11 12 13 |
# File 'lib/relegate.rb', line 11 def self.configure yield(configuration) end |