module Pathway::Plugins::SequelModels
Public Class Methods
apply(operation, model: nil, **args)
click to toggle source
# File lib/pathway/plugins/sequel_models.rb, line 87 def self.apply(operation, model: nil, **args) operation.model(model, args) if model end