Class: Feedbackable::Configuration
- Inherits:
-
Object
- Object
- Feedbackable::Configuration
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/feedbackable.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#param_name ⇒ Object
19 20 21 |
# File 'lib/feedbackable.rb', line 19 def param_name config.param_name.respond_to?(:call) ? config.param_name.call() : config.param_name end |