firstdraft / draft_generators

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

Pm resource variable off winter #90

Closed pmckernin closed 4 years ago

pmckernin commented 4 years ago

Starting off with the winter-2020 branch, I worked on issue #86 to address the resource variable naming. The singular variable names now start with the_ and the plural names start with list_of_. The block variable names were fixed using the gem indefinite_article. They now start with a or an. I ended up needing to leave the require 'indefinite_article' within the resource generator.rb file.

raghubetina commented 4 years ago

LGTM 👏