elixir-waffle/waffle_ecto

Url/delete not overridable

Closed this issue · 2 comments

ah0y commented

waffle_ecto is an awesome library! However I'm running into issues with overriding url/3 and delete/1 in my definition

I've opened #50 and verified that I can now override url. Is what I'm doing correct? I have no idea as I've never done any meta-programming before.

Hi, Abe

What is your use case for overriding the url/delete functions? Will just creating a function with a different name work?

ah0y commented

On second thought I don't actually need to override url/delete and can just make new functions. Thanks for the suggestion!