Class: Duffy::Configuration
- Inherits:
-
Object
- Object
- Duffy::Configuration
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/duffy.rb
Overview
Override any duffy defaults conveniently with config options example:
- config/initializers/duffy.rb
-
Duffy.configure do |config|
config.upcase_custom = %w(AOB CHS CME CT DFM HRS PA UDDS UWMF WREN)
end