Update `get_company!` to work without Ecto
https://github.com/beam-community/elixir-companies/blob/main/lib/companies/companies.ex#L55-L71
Hi, is this func used for query+update company profile?
If yes, I think the id should be related to company files name in priv/companies.
Howdy @vvuunnqq! We don't allow updating companies via the site at this point so that usage is no longer necessary. I believe this is only used when we use the show route for a company.
If yes, I think the id should be related to company files name in priv/companies.
Agreed! Happy to yield to you here. We did discuss slugs before: https://github.com/beam-community/elixir-companies/issues/588
hmmm, I'm not sure at all, just create a PR #679 to support url slug 😁