Class: Seorel::Configuration
- Inherits:
-
Object
- Object
- Seorel::Configuration
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/seorel/config.rb
Overview
need a Class for 3.0
Instance Method Summary collapse
Instance Method Details
#param_name ⇒ Object
31 32 33 |
# File 'lib/seorel/config.rb', line 31 def param_name config.param_name.respond_to?(:call) ? config.param_name.call : config.param_name end |