Class: Clever::Configuration
- Inherits:
-
Object
- Object
- Clever::Configuration
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/clever/configuration.rb
Instance Method Summary collapse
Instance Method Details
#param_name ⇒ Object
6 7 8 |
# File 'lib/clever/configuration.rb', line 6 def param_name config.param_name.respond_to?(:call) ? config.param_name.call : config.param_name end |