class Duffy::Configuration
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
Override any duffy defaults conveniently with config options example:
Duffy.configure
do |config|
config.upcase_custom = %w(AOB CHS CME CT DFM HRS PA UDDS UWMF WREN)
end