Skip to content

Commit

Permalink
docs: improve add_to_ash_postgres task docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jul 15, 2024
1 parent 5843ee7 commit bbbbcc3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lib/mix/tasks/ash_money.add_to_ash_postgres.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
defmodule Mix.Tasks.AshMoney.AddToAshPostgres do
@moduledoc "Adds AshMoney.AshPostgresExtension to installed_extensions and installs :ex_money_sql."
@shortdoc @moduledoc
@shortdoc "Adds AshMoney.AshPostgresExtension to installed_extensions and installs :ex_money_sql."
@moduledoc """
#{@shortdoc}
This is called automatically by `mix igniter.install ash_money` if `AshPostgres` is installed at the time.
This task is useful if you install `ash_postgres` *after* installing `ash_money`.
"""
require Igniter.Code.Common
use Igniter.Mix.Task

Expand Down

0 comments on commit bbbbcc3

Please sign in to comment.