Hash#to_struct by dorianmariecom · Pull Request #42952 · rails/rails

Summary Add Hash#to_struct for a safer way to access objects coming from a JSON api or objects passed to views, OpenStruct often hides the typos and other mistakes we can make when calling methods ...