Skip to content

Commit

Permalink
chore: remove accidentally commited code
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Nov 14, 2023
1 parent 4812fb4 commit 8f78b6b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/ash_admin/pages/page_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -284,17 +284,6 @@ defmodule AshAdmin.PageLive do
|> assign(:params, params)}
end

defmodule YourAdminApi do
api Api do
resource Resource do
actions([:foo, :bar, :baz])
custom_pages([...])
end

custom_pages([...])
end
end

defp to_one_relationships(resource, api) do
resource
|> Ash.Resource.Info.relationships()
Expand Down

0 comments on commit 8f78b6b

Please sign in to comment.