We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Hi, Abe
What is your use case for overriding the url/delete functions? Will just creating a function with a different name work?
Sorry, something went wrong.
On second thought I don't actually need to override url/delete and can just make new functions. Thanks for the suggestion!
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: