Hi everyone,
I am happy to announce that Rails 5.1.3 has been released.
## CHANGES since 5.1.2
To view the changes for each gem, please read the changelogs on GitHub:
* [Action Cable
CHANGELOG](https://github.com/rails/rails/blob/v5.1.3/actioncable/CHANGELOG.md)
* [Action Mailer
CHANGELOG]
> On Aug 2, 2017, at 7:27 PM, zubin wrote:
>
> Hello,
>
> I'd like to propose this feature:
>
> Like `attr_reader`, I'd like to see a `store_reader` AR class method which
> adds store getter methods.
>
> Why? Consider this:
>
> class User < ActiveRecord::Base
> store_accessor :data, :name