Re: [Rails-core] [Feature] Symbol to_proc coercions: Enumerable#map can take several symbols

2018-05-16 Thread Abdel Latif
Hi, I am new to Ruby, can you please give me an example of the orders collection ? Thanks. On Wed, May 16, 2018 at 9:45 AM, Matt Jones wrote: > > On May 11, 2018, at 1:10 PM, Alberto Almagro > wrote: > > These days I have been comparing records in my daily job lots of times, > which made me thi

Re: [Rails-core] [Feature] Symbol to_proc coercions: Enumerable#map can take several symbols

2018-05-16 Thread Matt Jones
> On May 11, 2018, at 1:10 PM, Alberto Almagro wrote: > > These days I have been comparing records in my daily job lots of times, which > made me think about a better way to retrieve and compare them. When I want to > navigate through several relations in a collection I often see myself writin