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