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