firstdraft / appdev_template

A Rails template for generating homework projects
0 stars 1 forks source link

Add :fetch, :store methods for session & cookies hash #45

Closed jelaniwoods closed 5 years ago

jelaniwoods commented 5 years ago

Relating to this issue #80

Adds initializer that makes :fetch and :store alias methods for :[] and :[]= for the session and cookies Hashes.

raghubetina commented 5 years ago

LGTM! I think it's worth making a card to eventually extract this into a gem so we can add tests.

LoganDSPrice commented 5 years ago

This is great!