firstdraft / draft_generators

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

removed instance variables from create, update, and destroy #94

Closed pmckernin closed 4 years ago

pmckernin commented 4 years ago

I turned the instance variables for the update, create, and destroy action into regular variables.