firstdraft / draft_generators

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

Switch draft:account to use `session.fetch` #78

Closed raghubetina closed 1 year ago

raghubetina commented 4 years ago

Rails now includes fetch on session, it seems.

I had to switch to [] for Spring 2020 since we included the monkeypatch to session on projects already; but after Spring 2020 is over, change draft:account (and everything else) to use session.fetch.