Method: ActiveSupport::Configurable::ClassMethods#configure

Defined in:
activesupport/lib/active_support/configurable.rb

#configure {|config| ... } ⇒ Object

Yields:



39
40
41
# File 'activesupport/lib/active_support/configurable.rb', line 39

def configure
  yield config
end