ExTenant.Schema.tenanted
You're seeing just the macro
tenanted
, go back to ExTenant.Schema module for more information.
injects belongs_to relationship to the tenant model
Example
tenanted_schema "posts" do
field(:name, :string)
tenanted()
end