Class: DynamicFieldsets::Configuration

Inherits:
Object
  • Object
show all
Includes:
ActiveSupport::Configurable
Defined in:
lib/dynamic_fieldsets/config.rb

Overview

setup config data

Instance Method Summary collapse

Instance Method Details

#param_nameObject



22
23
24
# File 'lib/dynamic_fieldsets/config.rb', line 22

def param_name
  config.param_name.respond_to?(:call) ? config.param_name.call() : config.param_name
end