Skip to content

Commit

Permalink
improvement: add global? to multitenancy section (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimisRobert authored Aug 17, 2024
1 parent ad2f48e commit cd92973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/resource/transformers/create_version_resource.ex
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ defmodule AshPaperTrail.Resource.Transformers.CreateVersionResource do
multitenancy do
strategy(unquote(Ash.Resource.Info.multitenancy_strategy(dsl_state)))
attribute(unquote(Ash.Resource.Info.multitenancy_attribute(dsl_state)))
global?(unquote(Ash.Resource.Info.multitenancy_global?(dsl_state)))

parse_attribute(
unquote(Macro.escape(Ash.Resource.Info.multitenancy_parse_attribute(dsl_state)))
Expand Down

0 comments on commit cd92973

Please sign in to comment.