Method: Creatary::Configuration.extended
- Defined in:
- lib/creatary/configuration.rb
.extended(base) ⇒ Object
When this module is extended, set all configuration options to their default values
38 39 40 |
# File 'lib/creatary/configuration.rb', line 38 def self.extended(base) base.reset end |