Method: Pathway::Plugins::SequelModels.apply
- Defined in:
- lib/pathway/plugins/sequel_models.rb
.apply(operation, model: nil, **kwargs) ⇒ Object
97 98 99 |
# File 'lib/pathway/plugins/sequel_models.rb', line 97 def self.apply(operation, model: nil, **kwargs) operation.model(model, **kwargs) if model end |