help with ash_geo for using locations.
Resource definition looks like
The error seems to be
when I add
when I add
import Ash.Expr
above, I get
10 Replies
@\ ឵឵឵ : I believe
ash_geo
is by you?
import AshGeo.Expr
was suggested in docs for ash_geo
but that fails to compile with error
Maybe it should be create not action
action is for basic stuff that does not explicitly work with the resource, therefore change might not be possible there
docs for action say
I think this is more in the line of manual actions
something that is not a typical create/update/delete
there is no change in the dsl for action
that helps! 🙂
it works!
Thankks @barnabasj !
how do I mark it solved? :p
good question xD
at the very very top, there is
edit tags
-> add Solved
!Hi @abeeshake456, thanks for the report. I've updated the readme to correctly reflect the new module naming and use
create
, as well as some updates for latest ash
and ash_postgres
. v0.1.3
will be up in a few minutes after CI.