You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.
I want path creation to be automatic for every piece of content I create. I should only have to think about or see paths when I am trying to add new ones.
The text was updated successfully, but these errors were encountered:
Why is url_for hard here? Seems like we could just monkeypatch it, alias_method_chain and whatnot, and say "hey, if the think you're using url_for on is one of our Pathables, use our own url_for method. Otherwise, super" What am I missing here?
I want path creation to be automatic for every piece of content I create. I should only have to think about or see paths when I am trying to add new ones.
The text was updated successfully, but these errors were encountered: