Current section

Files

Jump to
matcha lib matcha context table.ex
Raw

lib/matcha/context/table.ex

defmodule Matcha.Context.Table do
@moduledoc """
About tables contexts.
"""
use Matcha.Context, type: :table
end