Class: BootstrapPager::Configuration

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

Overview

need a Class for 3.0

Instance Method Summary collapse

Instance Method Details

#param_nameObject



29
30
31
# File 'lib/bootstrap_pager/config.rb', line 29

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