firstdraft / draft_generators

Rails generators that help beginners learn to program.
MIT License
2 stars 3 forks source link

Rename `:path_id` to `:id_from_path` #114

Open raghubetina opened 2 years ago

raghubetina commented 2 years ago

I see people using :path_id in all the wrong places very frequently, indicating that the naming chosen isn't serving the desired purpose of clarifying where the value is from. Rename it to :id_from_path, and place more emphasis early on the anatomy of a URL?