firstdraft / draft_generators

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

draft:resource should not use conventional names for view templates #106

Open pmckernin opened 3 years ago

pmckernin commented 3 years ago

Currently, draft:resource uses conventional names for view folders and templates. This means that the route will magically work even if e.g. the action name is mispelled.

I think it would be better to generate non-conventional names and then switch over explicitly during Phase 2.