liveh2o / active_remote

Active Remote provides Active Record-like object-relational mapping over RPC. It's Active Record for your platform.
MIT License
63 stars 23 forks source link

`write_attribute` is removed in Rails 6.1 #90

Open WriterZephos opened 2 years ago

WriterZephos commented 2 years ago

This gem calls write_attribute which was removed from ActiveModel in Rails 6.1. We need to find a good alternative implementation.