Skip to content

Commit

Permalink
feat: do @module_doc section: :ecto in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
firestack committed Sep 24, 2024
1 parent 9a0a273 commit b7efcb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/skate/schema.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ defmodule Skate.Schema do

defmacro __using__(_opts) do
quote do
@moduledoc section: :ecto
use TypedEctoSchema
end
end
Expand Down

0 comments on commit b7efcb0

Please sign in to comment.