Current section

Files

Jump to
square_up lib norm delegate.ex
Raw

lib/norm/delegate.ex

# TODO delete when https://github.com/keathley/norm/pull/96 merged and released
defmodule Norm.Delegate do
def delegate(predicate), do: Norm.Core.Delegate.build(predicate)
end